diff --git a/.github/ISSUE_TEMPLATE/-bug--issues-template-.md b/.github/ISSUE_TEMPLATE/-bug--issues-template-.md new file mode 100644 index 0000000..e85ec67 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/-bug--issues-template-.md @@ -0,0 +1,35 @@ +--- +name: "[BUG] Issues Template " +about: Report something that doesn't work fine +title: "[BUG] Name of the bug / issues" +labels: bug +assignees: MasterAcnolo + +--- + +## Check Before Reporting +Make sure this bug doesn't already exist in the issues. + +## Describe the Bug +A clear and concise description of the problem. + +## Steps to Reproduce +1. Go to… +2. Click on… +3. See the error… + +## Expected Behavior +What you expected the program to do. + +## Logs +Add logs if possible. Available at `C:\Users\[USERNAME]\AppData\Local\FreedomLoader\logs\LOGS-20xx-xx-xx.log`. + +## App Version +State the version of the app you are using. + +## Environment +- Version: [e.g. 1.2.4] +- Browser / Other: [e.g. Chrome, Node.js 20] +- Any others information that can be usefull for me + +## Screenshots (if applicable) diff --git a/.github/ISSUE_TEMPLATE/-feat--feature-template.md b/.github/ISSUE_TEMPLATE/-feat--feature-template.md new file mode 100644 index 0000000..3064306 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/-feat--feature-template.md @@ -0,0 +1,22 @@ +--- +name: "[FEAT] Feature Template" +about: Suggest an idea for this project +title: "[FEAT] Name of the features" +labels: enhancement +assignees: MasterAcnolo + +--- + +## Check Before Requesting +Make sure this feature doesn't already exist in the issues. + +## Feature Description +Describe the feature you want to add or improve. + +## Why is this Feature Useful? +Explain the benefit for users or the project. + +## Examples / Context +Provide an example or use case if possible. + +## Screenshots / Mockups (if applicable)