This commit is contained in:
parent
aa2ff7b2f0
commit
2f3113f55d
11742 changed files with 1223940 additions and 0 deletions
39
unikernel/duniverse/dune_/.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
39
unikernel/duniverse/dune_/.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
|
|
@ -0,0 +1,39 @@
|
|||
---
|
||||
name: Bug report
|
||||
about: File an issue to help us improve
|
||||
title: ''
|
||||
labels: ''
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
<!-- Thank you for filing an issue to help us improve Dune! -->
|
||||
## Expected Behavior
|
||||
|
||||
|
||||
## Actual Behavior
|
||||
|
||||
|
||||
## Reproduction
|
||||
|
||||
<!-- If possible, please open a PR with a test that reproduces the problem.
|
||||
Adding tests is easy, see https://github.com/ocaml/dune/blob/master/doc/hacking.rst -->
|
||||
|
||||
- PR with a reproducing test:
|
||||
|
||||
<!-- Otherwise, please detail how the behavior can be reproduced -->
|
||||
|
||||
1.
|
||||
1.
|
||||
1.
|
||||
|
||||
## Specifications
|
||||
|
||||
- Version of `dune` (output of `dune --version`):
|
||||
- Version of `ocaml` (output of `ocamlc --version`):
|
||||
- Operating system (distribution and version):
|
||||
|
||||
<!-- remove the following if not used -->
|
||||
## Additional information
|
||||
|
||||
- Link to gist with verbose output (run `dune` with the `--verbose` flag):
|
||||
20
unikernel/duniverse/dune_/.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
20
unikernel/duniverse/dune_/.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
---
|
||||
name: Feature request
|
||||
about: Suggest an idea to improve dune
|
||||
title: ''
|
||||
labels: ''
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
<!-- Thank you for filing an issue to help us improve Dune! -->
|
||||
## Desired Behavior
|
||||
|
||||
<!-- Please describe the desired behavior in as much detail as you can. This
|
||||
should include the context in which you think this would be useful. -->
|
||||
|
||||
## Example
|
||||
|
||||
<!-- Please provide a concrete example of the proposed functionality. This would
|
||||
include a minimal working example of the files you're trying to build with.
|
||||
-->
|
||||
45
unikernel/duniverse/dune_/.github/ISSUE_TEMPLATE/release.md
vendored
Normal file
45
unikernel/duniverse/dune_/.github/ISSUE_TEMPLATE/release.md
vendored
Normal file
|
|
@ -0,0 +1,45 @@
|
|||
---
|
||||
name: Release
|
||||
about: Open a release tracker issue
|
||||
title: "X.Y.Z release tracker"
|
||||
labels: ["release"]
|
||||
assignees: ''
|
||||
---
|
||||
|
||||
<!-- If release is Patch release use section { -->
|
||||
## Preparation
|
||||
|
||||
- Need backport:
|
||||
- [link to PR to backport]
|
||||
- Backports:
|
||||
- [link to backport PR]
|
||||
|
||||
<!-- } else if release is Minor release use section { -->
|
||||
## Known blockers
|
||||
|
||||
- [ ] Something is blocking the PR because of ...
|
||||
|
||||
<!-- } -->
|
||||
|
||||
## Release
|
||||
|
||||
<!-- Replace X.Y.Z with the correct Dune version -->
|
||||
|
||||
- [ ] Update dune changelog to `X.Y.Z` on `X.Y` branch [link to dune PR]
|
||||
- [ ] Open then pull request on `opam-repository` [link to OPAM PR]
|
||||
- [ ] Triage (ensure it does not break anything)
|
||||
- [ ] Update nix-overlays with the new version [link to nix-overlays PRs]
|
||||
|
||||
## Post-release
|
||||
|
||||
- [ ] Merge dune changelog in `main` [link to dune PR]
|
||||
- [ ] Update ocaml.org changelog [link to ocaml.org PR]
|
||||
- [ ] Write a post about the release on Discuss [link to post]
|
||||
- [ ] Store the revdeps error file in the [logs](https://github.com/ocaml/dune/wiki/Reverse-dependencies-CI-logs)
|
||||
- [ ] Create a next release milestone
|
||||
<!-- If minor release uncomment this -->
|
||||
<!-- - [ ] Increase `lang dune` number -->
|
||||
|
||||
## Last stage
|
||||
|
||||
- [ ] Close tracking issue
|
||||
Loading…
Add table
Add a link
Reference in a new issue