From 5c54ebc3f64f4167729156465fc87dc51d19ad30 Mon Sep 17 00:00:00 2001 From: Rainnny7 Date: Wed, 11 Sep 2024 00:10:47 -0400 Subject: [PATCH] Add ISSUE_TEMPLATE.md --- .gitea/ISSUE_TEMPLATE.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .gitea/ISSUE_TEMPLATE.md diff --git a/.gitea/ISSUE_TEMPLATE.md b/.gitea/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..3fc4660 --- /dev/null +++ b/.gitea/ISSUE_TEMPLATE.md @@ -0,0 +1,25 @@ +### Issue Guidelines + +- Ensure you skim over your issue prior to submitting to catch any glaring errors or anything that should be corrected. + +> Replace the space between brackets with an x to check the box. + +(You may delete everything above the line) + +--- + +- **Service (E.g: API, JS-SDK, etc):** +- **Tether Version (*or commit ref*)**: +- **Steps to reproduce (*if applicable*)**: + 1. ... + 2. ... + 3. ... + +### Description +... + +### Screenshots (Optional) +![Example](https://example.com/image.png) + +### Logs (Optional) +... \ No newline at end of file