mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 13:10:19 +00:00
7381458325
.github/ISSUE_TEMPLATE.md will be used when the Github users create new issues. .github/PULL_REQUEST_TEMPLATE.md will be used when the Github users create new pull requests. The markdown supports HTML comments (<!-- comment -->), which can instruct the Github user how to create a detailed PR or issue report. Most big Github projects use such templates and these can help the collaborators to examine the PRs and ISSUES faster. Fixes #598 Reviewed-by: Dirk Hohndel <dirk@hohndel.org> Reviewed-by: Jan Mulder <jlmulder@xs4all.nl> Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com> Signed-off-by: Miika Turkia <miika.turkia@gmail.com>
28 lines
1.1 KiB
Markdown
28 lines
1.1 KiB
Markdown
<!-- Lines like this one are comments and will not be shown in the final output. -->
|
|
<!-- Make sure that you have read the "Contributing" section of the README and also the notes in CodingStyle. -->
|
|
<!-- If you are a collaborator, please add labels and assign other collaborators for a review. -->
|
|
|
|
### Describe the pull request:
|
|
<!-- Replace [ ] with [x] to select options. -->
|
|
- [ ] Bug fix
|
|
- [ ] Functional change
|
|
- [ ] New feature
|
|
- [ ] Documentation change
|
|
- [ ] Language translation
|
|
|
|
### Pull request long description:
|
|
<!-- Describe your pull request in detail. -->
|
|
|
|
### Changes made:
|
|
<!-- Enumerate the changes with 1), 2), 3) etc. -->
|
|
<!-- Ensure the test cases are updated if needed. -->
|
|
|
|
### Related issues:
|
|
<!-- Reference issues with #<issue-num>. -->
|
|
<!-- Write "Fixes #<issue-num" to notify Github that this PR fixes an issue. -->
|
|
|
|
### Additional information:
|
|
<!-- Include sample dive log or other relevant information to allow testing the change where feasible. -->
|
|
|
|
### Mentions:
|
|
<!-- Mention users that you want to review your pull request with @<user-name>. Leave empty if not sure. -->
|