feat: Feature Proposal, Documentation and Refactoring issue templates
This commit is contained in:
parent
54bcd41267
commit
fc1108ab61
@ -42,5 +42,5 @@ logs, and code as it's tough to read otherwise.)
|
|||||||
(If you can, link to the line of code that might be responsible for the problem)
|
(If you can, link to the line of code that might be responsible for the problem)
|
||||||
|
|
||||||
|
|
||||||
/label ~bug
|
/label ~type::bug
|
||||||
/cc @project-manager
|
/cc @project-manager
|
||||||
|
30
.gitlab/issue_templates/Documentation.md
Normal file
30
.gitlab/issue_templates/Documentation.md
Normal file
@ -0,0 +1,30 @@
|
|||||||
|
### Problem to solve
|
||||||
|
|
||||||
|
<!-- Include the following detail as necessary:
|
||||||
|
* What feature(s) affected?
|
||||||
|
* What docs or doc section affected? Include links or paths.
|
||||||
|
* Is there a problem with a specific document, or a feature/process that's not addressed sufficiently in docs?
|
||||||
|
* Any other ideas or requests?
|
||||||
|
-->
|
||||||
|
|
||||||
|
### Further details
|
||||||
|
|
||||||
|
<!--
|
||||||
|
* Any concepts, procedures, reference info we could add to make it easier to successfully use the multi-user addom?
|
||||||
|
* Include use cases, benefits, and/or goals for this work.
|
||||||
|
-->
|
||||||
|
|
||||||
|
### Proposal
|
||||||
|
|
||||||
|
<!-- Further specifics for how can we solve the problem. -->
|
||||||
|
|
||||||
|
### Who can address the issue
|
||||||
|
|
||||||
|
<!-- What if any special expertise is required to resolve this issue? -->
|
||||||
|
|
||||||
|
### Other links/references
|
||||||
|
|
||||||
|
<!-- E.g. related GitLab issues/MRs -->
|
||||||
|
|
||||||
|
/label ~type::documentation
|
||||||
|
/cc @project-manager
|
18
.gitlab/issue_templates/Feature Proposal.md
Normal file
18
.gitlab/issue_templates/Feature Proposal.md
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
### Problem to solve
|
||||||
|
|
||||||
|
<!-- What problem do we solve? Try to define the who/what/why of the opportunity as a user story. For example, "As a (who), I want (what), so I can (why/value)." -->
|
||||||
|
|
||||||
|
|
||||||
|
### Proposal
|
||||||
|
|
||||||
|
<!-- How are we going to solve the problem?-->
|
||||||
|
|
||||||
|
### Further details
|
||||||
|
|
||||||
|
<!-- Include use cases, benefits, goals, or any other details that will help us understand the problem better. -->
|
||||||
|
|
||||||
|
|
||||||
|
### Links / references
|
||||||
|
|
||||||
|
/label ~type::feature request
|
||||||
|
/cc @project-manager
|
34
.gitlab/issue_templates/Refactoring.md
Normal file
34
.gitlab/issue_templates/Refactoring.md
Normal file
@ -0,0 +1,34 @@
|
|||||||
|
## Summary
|
||||||
|
|
||||||
|
<!--
|
||||||
|
Please briefly describe what part of the code base needs to be refactored.
|
||||||
|
-->
|
||||||
|
|
||||||
|
## Improvements
|
||||||
|
|
||||||
|
<!--
|
||||||
|
Explain the benefits of refactoring this code.
|
||||||
|
-->
|
||||||
|
|
||||||
|
## Risks
|
||||||
|
|
||||||
|
<!--
|
||||||
|
Please list features that can break because of this refactoring and how you intend to solve that.
|
||||||
|
-->
|
||||||
|
|
||||||
|
## Involved components
|
||||||
|
|
||||||
|
<!--
|
||||||
|
List files or directories that will be changed by the refactoring.
|
||||||
|
-->
|
||||||
|
|
||||||
|
## Optional: Intended side effects
|
||||||
|
|
||||||
|
<!--
|
||||||
|
If the refactoring involves changes apart from the main improvements (such as a better UI), list them here.
|
||||||
|
It may be a good idea to create separate issues and link them here.
|
||||||
|
-->
|
||||||
|
|
||||||
|
|
||||||
|
/label ~type::refactoring
|
||||||
|
/cc @project-manager
|
Loading…
Reference in New Issue
Block a user