diff --git a/.github/ISSUE_TEMPLATE/bugs.yml b/.github/ISSUE_TEMPLATE/bugs.yml new file mode 100644 index 0000000..5adda23 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bugs.yml @@ -0,0 +1,23 @@ +name: Bug report +description: Report bugs here. +labels: [bug] +body: + - type: textarea + id: description + attributes: + label: "Describe your bug here. And how to reproduce it." + validations: + required: true + + + - type: dropdown + id: btarget + attributes: + label: "What is your build target?" + options: + - "Windows" + - "Linux" + - "Mac" + - "Nintendo Switch" + validations: + required: true diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..8e9f916 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,2 @@ +blank_issues_enabled: false +contact_links: [] \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml new file mode 100644 index 0000000..3a40da6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-request.yml @@ -0,0 +1,9 @@ +name: Feature Request +description: Ask for a feature or just give ideas! +labels: [enhancement] +body: + - type: textarea + attributes: + label: What feature do you want to get added? And how it will work? + validations: + required: true diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..f64cc10 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,8 @@ +### Description + + +### Will this Pull Request break anything? + + +### Suggested Testing Steps +