diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md new file mode 100644 index 0000000..25fcdb1 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -0,0 +1,22 @@ +--- +name: Report a Bug +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- + +**Bug Description** +A clear and concise description of what the bug is and how to reproduce it. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Browser (please complete the following information):** + - OS: [e.g. iOS] + - Browser [e.g. chrome, safari] + - Version [e.g. 22] + +**Last upstream Slate commit (run `git log --author="Robert Lord" | head -n 1`):** +Put the commit hash here diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..16f4bee --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: + - name: Questions, Ideas, Discussions + url: https://github.com/slatedocs/slate/discussions + about: Ask and answer questions, and propose new features. diff --git a/.github/ISSUE_TEMPLATE/start-here.md b/.github/ISSUE_TEMPLATE/start-here.md deleted file mode 100644 index 4199c90..0000000 --- a/.github/ISSUE_TEMPLATE/start-here.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -name: Start Here -about: Help improve Slate! -title: "✍️ TODO" -labels: '' -assignees: '' - ---- - - https://spectrum.chat/slate <- - -If you've found a bug with Slate upstream that you're still encountering even in a lightly modified Slate, you're in the right place! Please fill out the form below with the issue you're having and we'll take a look. :) ---> - -Operating system: ✍️ TODO -Last upstream commit (run `git log --author="Robert Lord" | head -n 1`): ✍️ TODO -Browser version(s): ✍️ TODO -Ruby version (run `ruby -v`): ✍️ TODO - ---- - -✍️ TODO write your issue here diff --git a/README.md b/README.md index 7d5e450..57b3ffa 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,7 @@ You can view more in [the list on the wiki](https://github.com/slatedocs/slate/w Questions? Need Help? Found a bug? -------------------- -If you've got questions about setup, deploying, special feature implementation in your fork, or just want to chat with the developer, please feel free to [start a thread in our Spectrum community](https://spectrum.chat/slate)! +If you've got questions about setup, deploying, special feature implementation in your fork, or just want to chat with the developer, please feel free to [start a thread in our Discussions tab](https://github.com/slatedocs/slate/discussions)! Found a bug with upstream Slate? Go ahead and [submit an issue](https://github.com/slatedocs/slate/issues). And, of course, feel free to submit pull requests with bug fixes or changes to the `dev` branch.