mirror of
https://gitlab.com/open-fpsz/open-fpsz.git
synced 2026-01-19 19:44:46 +00:00
📝 add gitlab templates
This commit is contained in:
parent
d02447c7e6
commit
cbe916bd40
27
.gitlab/issue_templates/Bug.md
Normal file
27
.gitlab/issue_templates/Bug.md
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
## Summary
|
||||
|
||||
<!-- Summarize the bug encountered concisely. -->
|
||||
|
||||
## Steps to reproduce
|
||||
|
||||
<!-- Describe how one can reproduce the issue - this is very important. Please use an ordered list. -->
|
||||
|
||||
## What is the current *bug* behavior?
|
||||
|
||||
<!-- Describe what actually happens. -->
|
||||
|
||||
## What is the expected *correct* behavior?
|
||||
|
||||
<!-- Describe what you should see instead. -->
|
||||
|
||||
## Relevant logs and/or screenshots
|
||||
|
||||
<!-- Paste any relevant logs - use code blocks (```) to format console output, logs, and code
|
||||
as it's tough to read otherwise. -->
|
||||
|
||||
## Possible fixes
|
||||
|
||||
<!-- If you can, link to the line of code that might be responsible for the problem. -->
|
||||
|
||||
/cc @anyreso
|
||||
/label ~bug
|
||||
22
.gitlab/issue_templates/Feature Request.md
Normal file
22
.gitlab/issue_templates/Feature Request.md
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
## Summary
|
||||
|
||||
<!-- Summarize your feature request concisely -->
|
||||
|
||||
## How do you envision this feature ?
|
||||
|
||||
<!-- If you have a proposition about how the feature should behave, or how it could be implemented -->
|
||||
|
||||
## Why is it important to you ?
|
||||
|
||||
<!-- Please describe the positive impact you would experience if this feature was made available -->
|
||||
|
||||
## Impact of non-completion
|
||||
|
||||
<!-- Please describe any issues or challenges in case the issue is not implemented -->
|
||||
|
||||
## Other links / references
|
||||
|
||||
<!-- Add links to lines of code, examples, guides, tools, specifications or documents that are directly related to the request -->
|
||||
|
||||
/cc @anyreso
|
||||
/label ~feature
|
||||
13
.gitlab/merge_request_templates/Default.md
Normal file
13
.gitlab/merge_request_templates/Default.md
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
## Description
|
||||
|
||||
<!-- Briefly describe the purpose of this merge request -->
|
||||
|
||||
## Related Issues
|
||||
|
||||
<!-- List any related issues or tickets -->
|
||||
|
||||
## Screenshots
|
||||
|
||||
<!-- If applicable, provide screenshots or visual representations of the changes -->
|
||||
|
||||
/cc @anyreso
|
||||
Loading…
Reference in a new issue