mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 02:18:59 +02:00
Add two more templates to show the possibilities
This commit is contained in:
parent
25af28de1e
commit
e77bf0f3bd
14
.gitlab/issue_templates/Feature Request.md
Normal file
14
.gitlab/issue_templates/Feature Request.md
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
## Summary
|
||||||
|
<!-- Summarize the wanted feature concisely -->
|
||||||
|
|
||||||
|
## System Information
|
||||||
|
<!-- Provide details if the feature request is only valid for specific platforms, otherwise remove this section -->
|
||||||
|
- **Operating system:** <!-- Windows, Linux (if possible, also name the distro), FreeBSD, Android, ... -->
|
||||||
|
- **Processor architecture:** <!-- x86, x86-64, ARM, AARCH64, AVR, RISC-V, PowerPC, ... -->
|
||||||
|
- **Device:** <!-- Computer, Tablet, Mobile, Amiga, Microcontroller, ... -->
|
||||||
|
|
||||||
|
## Example Project
|
||||||
|
<!-- If possible, please create an example project that shows the usage of the wanted feature and the advantage of it, and link to it here in the bug report. -->
|
||||||
|
|
||||||
|
## Relevant 3rd party information
|
||||||
|
<!-- If this feature is already available in other languages please provide some information about it or link to Delphi Documentation if it's about Delphi compatibility -->
|
15
.gitlab/merge_request_templates/Packages.md
Normal file
15
.gitlab/merge_request_templates/Packages.md
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
## Summary
|
||||||
|
<!-- Summarize the changes from this merge request -->
|
||||||
|
|
||||||
|
## What is the current bug behavior?
|
||||||
|
<!-- What actually happens -->
|
||||||
|
|
||||||
|
## What is the behavior after applying this patch?
|
||||||
|
<!-- 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 very hard to read otherwise. -->
|
||||||
|
|
||||||
|
<!-- automatically add a label - do not touch this area -->
|
||||||
|
/label ~Packages
|
Loading…
Reference in New Issue
Block a user