mirror of
https://github.com/jdalrymple/gitbeaker.git
synced 2026-01-25 16:04:01 +00:00
Updating github issue templates [skip ci]
This commit is contained in:
parent
0f1ee7324e
commit
2707fd1863
@ -1,5 +1,6 @@
|
||||
---
|
||||
name: Bug
|
||||
labels: bug
|
||||
about: Create a bug report
|
||||
---
|
||||
|
||||
@ -17,10 +18,13 @@ logs, and code as it's very hard to read otherwise.) -->
|
||||
<!-- *(Tell us how to reproduce this issue. Please provide a working demo, you can use this template as a base)* -->
|
||||
|
||||
**Expected behaviour**
|
||||
|
||||
<!-- *(What is supposed to happen?)* -->
|
||||
|
||||
**Actual behaviour**
|
||||
|
||||
<!-- *(What happens instead?)* -->
|
||||
|
||||
**Possible fixes**
|
||||
<!-- *(Any possible suggestions on how to fix this problem)* -->
|
||||
|
||||
<!-- *(Any possible suggestions on how to fix this problem)* -->
|
||||
3
.github/ISSUE_TEMPLATE/feature_proposal.md
vendored
3
.github/ISSUE_TEMPLATE/feature_proposal.md
vendored
@ -1,12 +1,15 @@
|
||||
---
|
||||
name: Feature Proposal
|
||||
labels: feature
|
||||
about: Suggest an idea
|
||||
---
|
||||
|
||||
<!-- Please make sure the new issue you are opening is not a duplicate, and **remove** this notice! -->
|
||||
|
||||
**Description**
|
||||
|
||||
<!-- *(Brief description of the feature)* -->
|
||||
|
||||
**Proposal**
|
||||
|
||||
<!-- *(Outline how you plan to implement this feature if you have one)* -->
|
||||
|
||||
3
.github/ISSUE_TEMPLATE/technical_debt.md
vendored
3
.github/ISSUE_TEMPLATE/technical_debt.md
vendored
@ -1,15 +1,18 @@
|
||||
---
|
||||
name: Technical Debt
|
||||
labels: 'technical debt'
|
||||
about: Suggest an improvement to the codebase
|
||||
---
|
||||
|
||||
<!-- Please make sure the new issue you are opening is not a duplicate, and **remove** this notice! -->
|
||||
|
||||
**Description**
|
||||
|
||||
<!-- *(Brief description of your issue here)*
|
||||
|
||||
(Paste any relevant logs - please use code blocks (```) to format console output,
|
||||
logs, and code as it's very hard to read otherwise.) -->
|
||||
|
||||
**Possible solutions**
|
||||
|
||||
<!-- *(Any possible suggestions on how to improve this code)* -->
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user