Skip to content

Commit 6a62bc9

Browse files
mirodrr2mirodrr
andauthored
add gitlab templates (#104)
Co-authored-by: michael rodriguez <[email protected]>
1 parent 5bebe8f commit 6a62bc9

File tree

3 files changed

+96
-0
lines changed

3 files changed

+96
-0
lines changed

.gitlab/issue_templates/Default.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
## Summary
2+
3+
(Summarize the bug encountered concisely)
4+
5+
## Steps to reproduce
6+
7+
(How one can reproduce the issue - this is very important)
8+
9+
## Example Project
10+
11+
(If possible, create an example project here on GitLab.com that exhibits the problematic
12+
behavior, and link to it here in the bug report.
13+
If you are using an older version of GitLab, this will also determine whether the bug has been fixed
14+
in a more recent version)
15+
16+
## What is the current bug behavior?
17+
18+
(What actually happens)
19+
20+
## What is the expected correct behavior?
21+
22+
(What you should see instead)
23+
24+
## Relevant logs and/or screenshots
25+
26+
(Paste any relevant logs - use code blocks (```) to format console output, logs, and code, as
27+
it's very hard to read otherwise.)
28+
29+
## Possible fixes
30+
31+
(If you can, link to the line of code that might be responsible for the problem)
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
## Summary
2+
(Summarize the issue and why it is wrong, confusing or misleading)
3+
4+
## Link to Document
5+
(The document should be public facing such as the README.md)
6+
7+
## Suggested Change
8+
(Please suggest a change)
Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
Please complete as many of the following sections as possible.
2+
3+
## Title
4+
[Concise title of the enhancement]
5+
6+
## Author(s)
7+
[Name(s) of the author(s) proposing the enhancement]
8+
9+
## Status
10+
[Draft/In Review/Approved/Rejected/Implemented]
11+
12+
## Summary
13+
[Brief overview of the proposed enhancement (1-2 sentences)]
14+
15+
## Motivation
16+
[Explain why this enhancement is needed and what problems it solves]
17+
18+
## Proposal
19+
[Detailed description of the proposed enhancement]
20+
21+
### User Experience
22+
[Describe how this enhancement will affect the user experience]
23+
24+
### Technical Implementation
25+
[Provide technical details on how this enhancement could be implemented]
26+
27+
## Alternatives Considered
28+
[List any alternative solutions or features you've considered]
29+
30+
## Benefits
31+
[Outline the benefits of implementing this enhancement]
32+
33+
## Drawbacks
34+
[Discuss any potential drawbacks or challenges]
35+
36+
## Required Resources
37+
[Estimate the resources (time, personnel, etc.) required to implement this enhancement]
38+
39+
## Dependencies
40+
[List any dependencies or prerequisites for this enhancement]
41+
42+
## Testing Plan
43+
[Describe how this enhancement will be tested]
44+
45+
## Rollout Plan
46+
[Explain how this enhancement will be rolled out to users]
47+
48+
## Documentation
49+
[Outline any documentation updates required for this enhancement]
50+
51+
## Open Questions
52+
[List any unresolved questions or areas that need further discussion]
53+
54+
## References
55+
[Include any relevant links, issues, or external resources]
56+
57+
/label enhancement

0 commit comments

Comments
 (0)