forked from labgrid-project/labgrid
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Rouven Czerwinski <[email protected]> Signed-off-by: Jan Luebbe <[email protected]>
- Loading branch information
Showing
1 changed file
with
47 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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] | ||
---> |