Procházet zdrojové kódy

Add two more templates to show the possibilities

Bi0T1N před 3 roky
rodič
revize
e77bf0f3bd

+ 14 - 0
.gitlab/issue_templates/Feature Request.md

@@ -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 - 0
.gitlab/merge_request_templates/Packages.md

@@ -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