add issue and PR templates

This commit is contained in:
Joel Rebello 2021-10-14 11:13:26 +02:00
parent 55d6497b23
commit 7bc798ff9a
No known key found for this signature in database
GPG Key ID: EDB938BE882F8078
2 changed files with 26 additions and 0 deletions

9
.github/ISSUE_TEMPLATE/default.md vendored Normal file
View File

@ -0,0 +1,9 @@
Please don't forget to include the following information in your issue:
- The HW vendor impacted by this issue (if applicable)
- The HW model number, BMC firmware and/or BIOS versions impacted by this issue (if applicable)
- What version of bmclib exhibits this behavior (if applicable)
- Detailed steps to verify it

17
.github/PULL_REQUEST_TEMPLATE.md vendored Normal file
View File

@ -0,0 +1,17 @@
* Checklist
- [ ] Tests added
- [ ] Similar commits squashed
- What does this PR implement/change/remove?
- The HW vendor this change applies to (if applicable)
- The HW model number, product name this change applies to (if applicable)
- The BMC firmware and/or BIOS versions that this change applies to (if applicable)
- What version of tooling - vendor specific or opensource does this change depend on (if applicable)
- Description for changelog/release notes