mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-18 14:11:10 +00:00
Add templates for github issues & pull requests
re: #1763 based on: #1764
This commit is contained in:
parent
2180e6197c
commit
99ab06d117
2 changed files with 34 additions and 0 deletions
19
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
19
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
**Checklist**
|
||||
|
||||
- [ ] I have read the [Contribution & Best practices Guide](https://github.com/openSUSE/osem/blob/master/CONTRIBUTING.md).
|
||||
- [ ] My branch is up-to-date with the upstream `master` branch.
|
||||
- [ ] The tests pass locally with my changes.
|
||||
- [ ] I have added tests that prove my fix is effective or that my feature works(if appropriate).
|
||||
- [ ] I have added necessary documentation (if appropriate).
|
||||
|
||||
**Short description of what this resolves/which [issues](https://github.com/openSUSE/osem/issues) does this fix?:**
|
||||
|
||||
<!-- List the issue number resolved with this change; if there is no open issue, describe the problem this request solves -->
|
||||
|
||||
-
|
||||
|
||||
**Changes proposed in this pull request:**
|
||||
|
||||
<!-- Summarize the changes, using declarative language. -->
|
||||
|
||||
-
|
||||
Loading…
Add table
Add a link
Reference in a new issue