.github files

This commit is contained in:
Layla 2019-12-20 14:02:43 -05:00
parent 9e2e52e4e6
commit 4251308a89
6 changed files with 64 additions and 0 deletions

1
.github/CODEOWNERS vendored Normal file
View File

@ -0,0 +1 @@
/* @RightBrain-Networks/maintainers

21
.github/ISSUE_TEMPLATE/1_bug_report.md vendored Normal file
View File

@ -0,0 +1,21 @@
---
name: 🐞 Bug report
about: Report a bug in auto-semver
labels: 'bug'
---
**Version of Auto-Semver:**
<!-- x.x.x -->
**Environment:**
<!-- Docker/Windows/CentOS -->
**Issue description:**
<!-- Clear description of the issue you are seeing. -->
**Steps to reproduce:**
<!-- Give others an idea on how you can replicate the issue. -->

View File

@ -0,0 +1,9 @@
---
name: 💡 Feature Request
about: Ideas to improve auto-semver
labels: 'enhancement'
---
**Description**
<!-- Clear description of what you'd like to see. -->

9
.github/ISSUE_TEMPLATE/3_question.md vendored Normal file
View File

@ -0,0 +1,9 @@
---
name: ❓ Question
about: Ask a question about auto-semver
labels: 'question'
---
**Question**
<!-- Provide any details to help others better understand your question. -->

13
.github/ISSUE_TEMPLATE/4_guidance.md vendored Normal file
View File

@ -0,0 +1,13 @@
---
name: 🧭 Guidance
about: Ideas to improve auto-semver
labels: 'help wanted'
---
**Environment:**
<!-- AWS/Jenkins/Azure/Local(Windows/CentOS) -->
**Description:**
<!-- Clear description of the issue you are seeing. -->

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

@ -0,0 +1,11 @@
#### Summary
<!-- Simple description of the changes -->
#### Purpose of change
<!-- Why were the changes made? -->
#### Testing
<!-- How do you know it works? -->
#### Additional context
<!-- Anything else you'd like to provide -->