Add issue and pull request templates

This commit is contained in:
Vladimir Diaz 2017-09-28 17:01:56 -04:00
parent 87b84b4322
commit 69a66e9cba
No known key found for this signature in database
GPG key ID: 5DEE9B97B0E2289A
2 changed files with 28 additions and 0 deletions

13
.github/ISSUE_TEMPLATE.md vendored Normal file
View file

@ -0,0 +1,13 @@
Please fill in the fields below to submit an issue or feature request. The
more information that is provided, the better.
**Description of issue or feature request**:
**Current behavior**:
**Expected behavior**:

15
.github/PULL_REQUEST_TEMPLATE.md vendored Normal file
View file

@ -0,0 +1,15 @@
Please fill in the fields below to submit a pull request. The more information
that is provided, the better.
**Fixes issue #**:
**Description of the changes being introduced by the pull request**:
**Please verify and check that the pull request fulfills the following
requirements**:
- [ ] The code follows the [Code Style Guidelines](https://github.com/secure-systems-lab/code-style-guidelines#code-style-guidelines)
- [ ] Tests have been added for the bug fix or new feature
- [ ] Docs have been added for the bug fix or new feature