From 510eddb17ab60efeed43781aa60cedb531bb1a5a Mon Sep 17 00:00:00 2001 From: sgibson91 Date: Tue, 28 Apr 2020 11:28:55 +0100 Subject: [PATCH 1/7] :bento: Add config.yml template to direct people to Gitter and CollabCafe The config.yml file will add two new options to the "choose issue template" page: a link to the Collaboration Cafe documentation, and a link to the Gitter channel for chatting. --- .github/ISSUE_TEMPLATE/config.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000000..61353b55c2b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,7 @@ +contact_links: + - name: "\U0002615 Collaboration Cafe" + url: https://github.com/alan-turing-institute/the-turing-way/blob/master/project_management/online-collaboration-cafe.md + about: Sign up for mentored sprints and co-working sessions with Turing Way community members + - name: "\U0001F5E3 All other questions and general chat" + url: https://gitter.im/alan-turing-institute/the-turing-way + about: Chat with the Turing Way community on Gitter From fcd5cc46656ed190214b62a71bc9b5ad05eb19da Mon Sep 17 00:00:00 2001 From: sgibson91 Date: Tue, 28 Apr 2020 11:40:51 +0100 Subject: [PATCH 2/7] Update emojis --- .github/ISSUE_TEMPLATE/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 61353b55c2b..92935dffdc0 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,7 +1,7 @@ contact_links: - - name: "\U0002615 Collaboration Cafe" + - name: "U+2615 Collaboration Cafe" url: https://github.com/alan-turing-institute/the-turing-way/blob/master/project_management/online-collaboration-cafe.md about: Sign up for mentored sprints and co-working sessions with Turing Way community members - - name: "\U0001F5E3 All other questions and general chat" + - name: "U+1F5E3 All other questions and general chat" url: https://gitter.im/alan-turing-institute/the-turing-way about: Chat with the Turing Way community on Gitter From 87e01c249e4f89a3981ef72f2f285510b0dedafc Mon Sep 17 00:00:00 2001 From: sgibson91 Date: Tue, 28 Apr 2020 11:49:46 +0100 Subject: [PATCH 3/7] :bug: Add bug report template --- .github/ISSUE_TEMPLATE/bug_report.md | 35 ++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000000..445395a3099 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,35 @@ +--- +name: "\U0001F41B Bug report" +about: Create a report to help us repair something that is currently broken +title: "[BUG]" +labels: 'bug' +assignees: '' + +--- + + +### Bug description + + +#### Expected behaviour + + +#### Actual behaviour + + +### How to reproduce + + +### Your personal set up + + +- OS: + +- Browser: + From cfe8c247441695a6d0bfd5e3455949b6e898b94a Mon Sep 17 00:00:00 2001 From: sgibson91 Date: Tue, 28 Apr 2020 11:55:48 +0100 Subject: [PATCH 4/7] Update general issue template --- .github/ISSUE_TEMPLATE/ISSUE_TEMPLATE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE/ISSUE_TEMPLATE.md index 51918391233..64018686903 100644 --- a/.github/ISSUE_TEMPLATE/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE/ISSUE_TEMPLATE.md @@ -1,6 +1,6 @@ --- -name: General -about: General issue +name: "U+2728 General" +about: Have a different idea? title: labels: assignees: '' From 777efe4ce2802cd90382dffe86bce1ebecda7f6e Mon Sep 17 00:00:00 2001 From: sgibson91 Date: Tue, 28 Apr 2020 11:57:17 +0100 Subject: [PATCH 5/7] Update chapter issue template --- .github/ISSUE_TEMPLATE/CHAPTER_ISSUE_TEMPLATE.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/CHAPTER_ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE/CHAPTER_ISSUE_TEMPLATE.md index 9b244bd6f49..df52c556ab0 100644 --- a/.github/ISSUE_TEMPLATE/CHAPTER_ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE/CHAPTER_ISSUE_TEMPLATE.md @@ -1,5 +1,5 @@ --- -name: New Chapter Template +name: "U+1F4D6 New Chapter Template" about: Template for proposing a new chapter title: labels: @@ -8,6 +8,7 @@ assignees: '' --- ## Detailed description + * This issue is a place to discuss matters relating to the writing of the chapter on _chapter_topic_. * This chapter is being written in _pull_request_number_ * This chapter is being developed on the _chapter_topic_ branch. @@ -19,6 +20,7 @@ assignees: '' ### Discussion points/related issues ## Current status + This chapter is empty. If anyone would like to make a start they are more than welcome to do so. - [ ] Write chapter outline @@ -30,4 +32,5 @@ This chapter is empty. If anyone would like to make a start they are more than w - [ ] Merge to master branch. ## Updates -To avoid that others have to read through the full thread of comments, update the initial issue with important updates (e.g. decisions taken) regularly so that all the important information is available at one glance. + + From 3687f3b168587efa4a5241820e5b541e64ef83e6 Mon Sep 17 00:00:00 2001 From: Sarah Gibson <44771837+sgibson91@users.noreply.github.com> Date: Tue, 28 Apr 2020 13:16:17 +0100 Subject: [PATCH 6/7] Updating emojis in template names Thank you so much @GeorgianaElena! :sparkles: :art: Co-Authored-By: Georgiana Elena --- .github/ISSUE_TEMPLATE/CHAPTER_ISSUE_TEMPLATE.md | 2 +- .github/ISSUE_TEMPLATE/ISSUE_TEMPLATE.md | 2 +- .github/ISSUE_TEMPLATE/config.yml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/CHAPTER_ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE/CHAPTER_ISSUE_TEMPLATE.md index df52c556ab0..85d24f0beac 100644 --- a/.github/ISSUE_TEMPLATE/CHAPTER_ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE/CHAPTER_ISSUE_TEMPLATE.md @@ -1,5 +1,5 @@ --- -name: "U+1F4D6 New Chapter Template" +name: "\U0001F4D6 New Chapter Template" about: Template for proposing a new chapter title: labels: diff --git a/.github/ISSUE_TEMPLATE/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE/ISSUE_TEMPLATE.md index 64018686903..b0064ca399a 100644 --- a/.github/ISSUE_TEMPLATE/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE/ISSUE_TEMPLATE.md @@ -1,5 +1,5 @@ --- -name: "U+2728 General" +name: "\u2728 General" about: Have a different idea? title: labels: diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 92935dffdc0..385aa69bf17 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,7 +1,7 @@ contact_links: - - name: "U+2615 Collaboration Cafe" + - name: "\u2615 Collaboration Cafe" url: https://github.com/alan-turing-institute/the-turing-way/blob/master/project_management/online-collaboration-cafe.md about: Sign up for mentored sprints and co-working sessions with Turing Way community members - - name: "U+1F5E3 All other questions and general chat" + - name: "\U0001F5E3 All other questions and general chat" url: https://gitter.im/alan-turing-institute/the-turing-way about: Chat with the Turing Way community on Gitter From 85bff405e7cc7f8abd40fff1edc22445b22bc337 Mon Sep 17 00:00:00 2001 From: Malvika Sharan Date: Tue, 28 Apr 2020 13:35:12 +0100 Subject: [PATCH 7/7] Adding some details to eep it consistent with the previous templates --- .github/ISSUE_TEMPLATE/bug_report.md | 33 ++++++++++++++++++++++------ 1 file changed, 26 insertions(+), 7 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 445395a3099..f25dae88faa 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -9,27 +9,46 @@ assignees: '' ### Bug description - + + +- [ ] *Lorem ipsum dolor sit amet, consectetur adipiscing.* +- [ ] *Lorem ipsum dolor sit amet, consectetur adipiscing.* #### Expected behaviour - + + +- [ ] *Lorem ipsum dolor sit amet, consectetur adipiscing.* +- [ ] *Lorem ipsum dolor sit amet, consectetur adipiscing.* #### Actual behaviour - + + +- [ ] *Lorem ipsum dolor sit amet, consectetur adipiscing.* +- [ ] *Lorem ipsum dolor sit amet, consectetur adipiscing.* ### How to reproduce ### Your personal set up - + - OS: - + + +- [ ] *Lorem ipsum dolor sit amet, consectetur adipiscing.* + - Browser: - + + +- [ ] *Lorem ipsum dolor sit amet, consectetur adipiscing.* +- [ ] *Lorem ipsum dolor sit amet, consectetur adipiscing.*