Browse Source

feat: github files

Sv443 4 months ago
parent
commit
a03aa3d553

+ 3 - 0
.github/funding.yml

@@ -0,0 +1,3 @@
+github: Sv443
+ko_fi: Sv443
+custom: ["paypal.me/Sv443"]

+ 26 - 0
.github/issue_template/1_bug_report.md

@@ -0,0 +1,26 @@
+---
+name: Bug report
+about: Report a bug
+title: ''
+labels: bug
+assignees: Sv443
+
+---
+
+### Checklist:
+<!-- After submitting this issue, please click on the checkboxes to check them after you have done the respective task -->
+- [ ] I checked [here](https://github.com/Sv443/geniURL/issues?q=is%3Aissue+sort%3Aupdated-desc) if someone already reported the same bug
+
+
+### Description of the bug and steps to reproduce:
+<!--
+  Please write a clear and concise description of what the bug is and also include steps to reproduce it.
+  Don't shy away from going into detail, it's much more helpful than having too little info.
+-->
+
+
+### Other info / screenshots:
+<!--
+  If you have any other info that might be helpful or if you have any screenshots, please include them here.
+  You can also drag and drop any files here.
+-->

+ 15 - 0
.github/issue_template/2_feature_request.md

@@ -0,0 +1,15 @@
+---
+name: Feature request
+about: Suggest a new or improved feature
+title: ''
+labels: enhancement
+assignees: Sv443
+
+---
+
+### Description of the feature:
+<!-- A clear and concise description of what feature you want to be added to geniURL -->
+
+
+### Other info / sketches:
+<!-- If applicable and possible, add other information or sketches to help explain your suggestion -->

+ 8 - 0
.github/issue_template/3_blank.md

@@ -0,0 +1,8 @@
+---
+name: Blank issue
+about: Use this template if you don't know which one to choose
+title: ''
+labels:
+assignees: Sv443
+
+---

+ 11 - 0
.github/issue_template/config.yml

@@ -0,0 +1,11 @@
+blank_issues_enabled: false
+contact_links:
+  # - name: "Contributor Guide"
+  #   about: "Read the contributor guide to learn how to contribute to the project or how to create a plugin"
+  #   url: "https://github.com/Sv443/geniURL/blob/main/contributing.md"
+  - name: "Discussions"
+    about: "Open a new thread on the discussion board if you have a question, want to show off your project, etc."
+    url: "https://github.com/Sv443/geniURL/discussions"
+  - name: "Chat on Discord"
+    about: "If you want, you can also join my Discord server"
+    url: "https://dc.sv443.net"