From ffdff5037c3b4a96998ef13cbc14af3841025753 Mon Sep 17 00:00:00 2001 From: Hannah Wolfe Date: Fri, 1 Jun 2018 15:17:28 +0100 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/---bug-report.md | 27 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/--anything-else.md | 20 +++++++++++++++++ 2 files changed, 47 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/---bug-report.md create mode 100644 .github/ISSUE_TEMPLATE/--anything-else.md diff --git a/.github/ISSUE_TEMPLATE/---bug-report.md b/.github/ISSUE_TEMPLATE/---bug-report.md new file mode 100644 index 0000000000..6bb153a5de --- /dev/null +++ b/.github/ISSUE_TEMPLATE/---bug-report.md @@ -0,0 +1,27 @@ +--- +name: "\U0001F41B Bug report" +about: Create a report to help us improve + +--- + +Welcome to Ghost's GitHub repo! 👋🎉 + +If your issue is with Ghost CLI, please report it on the CLI repo ➡️ https://github.com/TryGhost/Ghost-CLI/issues/new. + +### Issue Summary + +A summary of the issue and the browser/OS environment in which it occurs. + +### To Reproduce + +1. This is the first step +2. This is the second step, etc. + +Any other info e.g. Why do you consider this to be a bug? What did you expect to happen instead? + +### Technical details: + +* Ghost Version: +* Node Version: +* Browser/OS: +* Database: diff --git a/.github/ISSUE_TEMPLATE/--anything-else.md b/.github/ISSUE_TEMPLATE/--anything-else.md new file mode 100644 index 0000000000..36c779ae77 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/--anything-else.md @@ -0,0 +1,20 @@ +--- +name: "\U0001F4A1Anything else" +about: "Need help, have questions or ideas? Please use https://forum.ghost.org \U0001F46B." + +--- + +--------------^ Click "Preview" for a nicer view! + +We primarily use GitHub as an issue tracker. + +For usage and support questions, or ideas & feature requests please check out [our forum](https://forum.ghost.org). + +Alternatively, check out these resources below. Thanks! 😁. + +- [Forum Support](https://forum.ghost.org/c/help) +- [Theme Docs](http://themes.ghost.org/v1/) +- [API Docs](https://api.ghost.org/) +- [Ideas](https://forum.ghost.org/c/Ideas) +- [Contributing Guide](https://docs.ghost.org/v1/docs/contributing) +- [Self-hoster Docs](http://docs.ghost.org/v1/)