From 1f3cb1ae2d6dbf120769f0d73da7749e26b91a07 Mon Sep 17 00:00:00 2001 From: DaBanana64 <82652849+DaBanana64@users.noreply.github.com> Date: Sat, 11 Mar 2023 16:22:52 +0330 Subject: [PATCH] Add issue and pull request template. (#19) Just like my PR in Zelda3 repo, I've added Issue and PR template. This PR also fixes the building link. --- .github/ISSUE_TEMPLATE/bugs.yml | 22 ++++++++++++++++++++++ .github/ISSUE_TEMPLATE/config.yml | 2 ++ .github/ISSUE_TEMPLATE/feature-request.yml | 9 +++++++++ .github/PULL_REQUEST_TEMPLATE.md | 8 ++++++++ README.md | 2 +- 5 files changed, 42 insertions(+), 1 deletion(-) create mode 100644 .github/ISSUE_TEMPLATE/bugs.yml create mode 100644 .github/ISSUE_TEMPLATE/config.yml create mode 100644 .github/ISSUE_TEMPLATE/feature-request.yml create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE/bugs.yml b/.github/ISSUE_TEMPLATE/bugs.yml new file mode 100644 index 0000000..3fa690e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bugs.yml @@ -0,0 +1,22 @@ +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. (If possible, please send the save that the bug occurs.)" + validations: + required: true + + + - type: dropdown + id: btarget + attributes: + label: "What is your build target?" + options: + - "Windows" + - "Linux" + - "Mac" + 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 + diff --git a/README.md b/README.md index d72abf3..4e9dc03 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Our discord server is: https://discord.gg/AJJbJAzNNJ Early version. It has bugs and the code is messy. -For building instructions, see: https://github.com/snesrev/sm-BUILDING.MD/blob/main/BUILDING.MD +For building instructions, see: https://github.com/snesrev/sm/blob/main/BUILDING.md Put sm.smc (sha1 hash da957f0d63d14cb441d215462904c4fa8519c613) in the root folder. When running, it will run both versions and compare frame by frame. If it detects a mismatch, it saves a snapshot in saves/ and displays a counter on screen counting down from 300.