.github
files
This commit is contained in:
parent
9e2e52e4e6
commit
4251308a89
1
.github/CODEOWNERS
vendored
Normal file
1
.github/CODEOWNERS
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
/* @RightBrain-Networks/maintainers
|
21
.github/ISSUE_TEMPLATE/1_bug_report.md
vendored
Normal file
21
.github/ISSUE_TEMPLATE/1_bug_report.md
vendored
Normal 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. -->
|
9
.github/ISSUE_TEMPLATE/2_feature_request.md
vendored
Normal file
9
.github/ISSUE_TEMPLATE/2_feature_request.md
vendored
Normal 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
9
.github/ISSUE_TEMPLATE/3_question.md
vendored
Normal 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
13
.github/ISSUE_TEMPLATE/4_guidance.md
vendored
Normal 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
11
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal 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 -->
|
Loading…
Reference in New Issue
Block a user