Skip to content

Commit

Permalink
github: add pull request template
Browse files Browse the repository at this point in the history
Signed-off-by: Rouven Czerwinski <[email protected]>
Signed-off-by: Jan Luebbe <[email protected]>
  • Loading branch information
Emantor authored and jluebbe committed Jan 2, 2019
1 parent 398c4a4 commit d967c5f
Showing 1 changed file with 47 additions and 0 deletions.
47 changes: 47 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
<!---
Describe what your pull request does,
i.e. fix this bug and how, add a feature, fix documentation…
If you add a feature, please answer these questions:
- what do you use the feature for?
- how does labgrid benefit as a testing library from the feature?
- how did you verify the feature works?
- if hardware is needed for the feature, which hardware is supported and which
hardware did you test with?
--->
**Description**

<!---
This task list roughly outlines the steps for new features, remove and add tasks as needed:
--->
**Task List**
- [ ] Documentation for the feature
- [ ] Tests for the feature
<!---
If you add a driver/resource or modifiy one:
--->
- [ ] The arguments and description in doc/configuration.rst have been updated
<!---
If you add a feature other drivers/resources can benefit from:
--->
- [ ] Add a section on how to use the feature to doc/usage.rst
<!---
A library feature which other developers can use:
--->
- [ ] Add a section on how to use the feature to doc/development.rst
<!---
Provide a short summary for the CHANGES.rst file
--->
- [ ] CHANGES.rst has been updated
<!---
Did you test the change locally? If yes, best to mention how you did it in the description section.
--->
- [ ] PR has been tested
<!---
If your PR touched the man pages they have to be regenerated by calling make in the man subdirectory of the project
--->
- [ ] Man pages have been regenerated

<!---
In case your PR fixes a bug, please reference it in the next line, i.e.
Fixes #[insert number without brackets here]
--->

0 comments on commit d967c5f

Please sign in to comment.