mirror of
https://gitlab.com/open-fpsz/open-fpsz.git
synced 2026-01-19 19:44:46 +00:00
✨ add templates
This commit is contained in:
parent
d02447c7e6
commit
ecc195e38e
38
.gitlab/issue_templates/Bug.md
Normal file
38
.gitlab/issue_templates/Bug.md
Normal file
|
|
@ -0,0 +1,38 @@
|
|||
<!---
|
||||
Please read this!
|
||||
|
||||
Before opening a new issue, make sure to search for keywords in the issues
|
||||
filtered by "bug" label:
|
||||
|
||||
- https://gitlab.com/open-fpsz/open-fpsz/issues?label_name%5B%5D=bug
|
||||
|
||||
and verify the issue you're about to submit isn't a duplicate.
|
||||
--->
|
||||
|
||||
## 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 - please 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
|
||||
33
.gitlab/issue_templates/Feature Request.md
Normal file
33
.gitlab/issue_templates/Feature Request.md
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
<!--
|
||||
Please read this!
|
||||
|
||||
Before opening a new issue, make sure to search for keywords in the issues
|
||||
filtered by "feature" label:
|
||||
|
||||
- https://gitlab.com/open-fpsz/open-fpsz/issues?label_name%5B%5D=feature
|
||||
|
||||
and verify the issue you're about to submit isn't a duplicate.
|
||||
-->
|
||||
|
||||
## 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