From d7bade63ed0485f748c230d1746abf88b07c06a5 Mon Sep 17 00:00:00 2001 From: Austin Condiff Date: Thu, 9 Mar 2023 16:55:49 -0600 Subject: [PATCH 01/18] Update feature_request.yml --- .github/ISSUE_TEMPLATE/feature_request.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index d861e8d3f3..82ea0e1881 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -4,22 +4,23 @@ title: ✨ YOUR_DESCRIPTION labels: enhancement body: - - type: input + - type: markdown attributes: label: Is your feature request related to a problem? Please describe. placeholder: A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] validations: required: false - - type: textarea + - type: markdown attributes: label: Describe the solution you'd like + value: "### Description" placeholder: >- - A clear and concise description of what you want to happen. + A clear and concise description of what you would like to happen. validations: required: true - - type: textarea + - type: markdown attributes: label: Describe alternatives you've considered placeholder: >- @@ -27,7 +28,7 @@ body: validations: required: true - - type: textarea + - type: markdown attributes: label: Additional context placeholder: >- From 03120733552b25ad2088047ece1d1dba87b4c2d2 Mon Sep 17 00:00:00 2001 From: Austin Condiff Date: Thu, 9 Mar 2023 16:56:46 -0600 Subject: [PATCH 02/18] Update feature_request.yml --- .github/ISSUE_TEMPLATE/feature_request.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 82ea0e1881..9c6f09777a 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -7,6 +7,7 @@ body: - type: markdown attributes: label: Is your feature request related to a problem? Please describe. + value: "### Problem" placeholder: A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] validations: required: false @@ -23,6 +24,7 @@ body: - type: markdown attributes: label: Describe alternatives you've considered + value: "### Alternatives" placeholder: >- A clear and concise description of any alternative solutions or features you've considered. validations: @@ -31,6 +33,7 @@ body: - type: markdown attributes: label: Additional context + value: "### Context" placeholder: >- Add any other context or screenshots about the feature request here. validations: From 513663a590a68136ff2fb911a4e34d17d77c40c6 Mon Sep 17 00:00:00 2001 From: Austin Condiff Date: Thu, 9 Mar 2023 17:00:58 -0600 Subject: [PATCH 03/18] Update feature_request.yml --- .github/ISSUE_TEMPLATE/feature_request.yml | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 9c6f09777a..fbf6f92634 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -4,36 +4,33 @@ title: ✨ YOUR_DESCRIPTION labels: enhancement body: - - type: markdown + - type: textarea attributes: label: Is your feature request related to a problem? Please describe. - value: "### Problem" + render: "TEST" placeholder: A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] validations: required: false - - type: markdown + - type: textarea attributes: label: Describe the solution you'd like - value: "### Description" placeholder: >- A clear and concise description of what you would like to happen. validations: required: true - - type: markdown + - type: textarea attributes: label: Describe alternatives you've considered - value: "### Alternatives" placeholder: >- A clear and concise description of any alternative solutions or features you've considered. validations: required: true - - type: markdown + - type: textarea attributes: label: Additional context - value: "### Context" placeholder: >- Add any other context or screenshots about the feature request here. validations: From de404d22a45eabcc05e306a20bee3ea755063454 Mon Sep 17 00:00:00 2001 From: Austin Condiff Date: Thu, 9 Mar 2023 17:34:34 -0600 Subject: [PATCH 04/18] Update feature_request.yml --- .github/ISSUE_TEMPLATE/feature_request.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index fbf6f92634..df3a9b327d 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -1,13 +1,12 @@ name: ✨ Feature request description: Suggest an idea for this project -title: ✨ YOUR_DESCRIPTION +title: ✨ labels: enhancement body: - type: textarea attributes: label: Is your feature request related to a problem? Please describe. - render: "TEST" placeholder: A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] validations: required: false From 56930e6ebac21da075ae6685ce782261121cb9ed Mon Sep 17 00:00:00 2001 From: Austin Condiff Date: Thu, 9 Mar 2023 17:40:09 -0600 Subject: [PATCH 05/18] Update feature_request.yml --- .github/ISSUE_TEMPLATE/feature_request.yml | 21 ++++++++------------- 1 file changed, 8 insertions(+), 13 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index df3a9b327d..da7229448c 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -6,14 +6,7 @@ labels: enhancement body: - type: textarea attributes: - label: Is your feature request related to a problem? Please describe. - placeholder: A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] - validations: - required: false - - - type: textarea - attributes: - label: Describe the solution you'd like + label: Description placeholder: >- A clear and concise description of what you would like to happen. validations: @@ -21,16 +14,18 @@ body: - type: textarea attributes: - label: Describe alternatives you've considered + label: Alternatives considered placeholder: >- A clear and concise description of any alternative solutions or features you've considered. - validations: - required: true - type: textarea attributes: label: Additional context placeholder: >- Add any other context or screenshots about the feature request here. - validations: - required: true + + - type: textarea + attributes: + label: Screenshots + placeholder: >- + If applicable, please provide relevant screenshots or screen recordings. From f4d400817b14b01edd3c7e065c9db9990f0abc71 Mon Sep 17 00:00:00 2001 From: Austin Condiff Date: Thu, 9 Mar 2023 17:42:17 -0600 Subject: [PATCH 06/18] Update feature_request.yml --- .github/ISSUE_TEMPLATE/feature_request.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index da7229448c..af1b7c0314 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -8,7 +8,7 @@ body: attributes: label: Description placeholder: >- - A clear and concise description of what you would like to happen. + A clear and concise description of what you would like to happen... validations: required: true @@ -16,16 +16,16 @@ body: attributes: label: Alternatives considered placeholder: >- - A clear and concise description of any alternative solutions or features you've considered. + A clear and concise description of any alternative solutions or features you've considered... - type: textarea attributes: label: Additional context placeholder: >- - Add any other context or screenshots about the feature request here. + Any other context or considerations about the feature request... - type: textarea attributes: label: Screenshots placeholder: >- - If applicable, please provide relevant screenshots or screen recordings. + If applicable, please provide relevant screenshots or screen recordings... From 8f7552d61676120482b91ea865060089ff72bc98 Mon Sep 17 00:00:00 2001 From: Austin Condiff Date: Thu, 9 Mar 2023 22:37:08 -0600 Subject: [PATCH 07/18] Update bug_report.yml --- .github/ISSUE_TEMPLATE/bug_report.yml | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 1e7fca8443..ca2b45df83 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,14 +1,14 @@ name: 🐞 Bug report description: Something is not working as expected. -title: 🐞 YOUR_DESCRIPTION +title: 🐞 labels: bug body: - type: textarea attributes: label: Description - description: >- - A clear and concise description of what the bug is. + placeholder: >- + A clear and concise description of what the bug is... validations: required: true @@ -40,13 +40,19 @@ body: click on the version number on the welcome screen value: | CodeEdit: [e.g. 1.0] - macOS: [e.g. 12.3.0] - Xcode: [e.g. 13.3] + macOS: [e.g. 13.2.1] + Xcode: [e.g. 14.2] validations: required: true - + - type: textarea attributes: label: Additional context - description: >- - Add any other context about the problem here. \ No newline at end of file + placeholder: >- + Any other context or considerations about the bug... + + - type: textarea + attributes: + label: Screenshots + placeholder: >- + If applicable, please provide relevant screenshots or screen recordings... From ef4b8e3b0468a2679c252b1ef07663acd64fdf05 Mon Sep 17 00:00:00 2001 From: Austin Condiff Date: Thu, 9 Mar 2023 22:37:41 -0600 Subject: [PATCH 08/18] Update bug_report.yml --- .github/ISSUE_TEMPLATE/bug_report.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index ca2b45df83..09c35a8e52 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -28,8 +28,8 @@ body: - type: textarea attributes: label: Expected behavior - description: >- - A clear and concise description of what you expected to happen. + placeholder: >- + A clear and concise description of what you expected to happen... validations: required: true From f701ba60b4878353b6e436077b9725f3d253a123 Mon Sep 17 00:00:00 2001 From: Austin Condiff Date: Thu, 9 Mar 2023 22:38:41 -0600 Subject: [PATCH 09/18] Update bug_report.yml --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 09c35a8e52..cc0510b789 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -16,7 +16,7 @@ body: attributes: label: To Reproduce description: >- - Steps to reproduce the behavior. + Steps to reliably reproduce the behavior. placeholder: | 1. Go to '...' 2. Click on '....' From 4d8d2416ab55703f41ed5d3cdc1955fab3a742a8 Mon Sep 17 00:00:00 2001 From: Austin Condiff Date: Thu, 9 Mar 2023 22:40:27 -0600 Subject: [PATCH 10/18] Update bug_report.yml --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index cc0510b789..2949cc3d75 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -42,8 +42,6 @@ body: CodeEdit: [e.g. 1.0] macOS: [e.g. 13.2.1] Xcode: [e.g. 14.2] - validations: - required: true - type: textarea attributes: From 085a4655e9cc82d3bd9607cbfc733333735d9660 Mon Sep 17 00:00:00 2001 From: Austin Condiff Date: Thu, 9 Mar 2023 23:03:12 -0600 Subject: [PATCH 11/18] Update pull_request_template.md --- .github/pull_request_template.md | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 0190a6c1b1..78776cac3d 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,22 +1,29 @@ -# Description + + +### Description -# Related Issue +### Related Issue + + + + - * #ISSUE_NUMBER -# Checklist +### Checklist + - [ ] I read and understood the [contributing guide](https://github.com/CodeEditApp/CodeEdit/blob/main/CONTRIBUTING.md) as well as the [code of conduct](https://github.com/CodeEditApp/CodeEdit/blob/main/CODE_OF_CONDUCT.md) - [ ] My changes generate no new warnings - [ ] My code builds and runs on my machine +- [ ] My changes are all related to the related issue above +- [ ] The issues this PR address are releated to each other - [ ] I documented my code -- [ ] Review requested -# Screenshots +### Screenshots From b8bf8b8a9446b065a44776c920f23444b17b1d7c Mon Sep 17 00:00:00 2001 From: Austin Condiff Date: Thu, 9 Mar 2023 23:03:37 -0600 Subject: [PATCH 12/18] Update pull_request_template.md --- .github/pull_request_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 78776cac3d..dcce0ba38d 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -17,10 +17,10 @@ - [ ] I read and understood the [contributing guide](https://github.com/CodeEditApp/CodeEdit/blob/main/CONTRIBUTING.md) as well as the [code of conduct](https://github.com/CodeEditApp/CodeEdit/blob/main/CODE_OF_CONDUCT.md) +- [ ] The issues this PR address are releated to each other - [ ] My changes generate no new warnings - [ ] My code builds and runs on my machine - [ ] My changes are all related to the related issue above -- [ ] The issues this PR address are releated to each other - [ ] I documented my code ### Screenshots From 720775f67a48c10f98b1e3159a9667e36fe3451b Mon Sep 17 00:00:00 2001 From: Austin Condiff Date: Thu, 9 Mar 2023 23:12:45 -0600 Subject: [PATCH 13/18] Update feature_request.yml --- .github/ISSUE_TEMPLATE/feature_request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index af1b7c0314..c60ee8b497 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -16,7 +16,7 @@ body: attributes: label: Alternatives considered placeholder: >- - A clear and concise description of any alternative solutions or features you've considered... + Any alternative solutions or features you've considered... - type: textarea attributes: From 9606db74761f65be951eb6cf00fccbacd409f054 Mon Sep 17 00:00:00 2001 From: Austin Condiff Date: Thu, 9 Mar 2023 23:29:17 -0600 Subject: [PATCH 14/18] Update bug_report.yml --- .github/ISSUE_TEMPLATE/bug_report.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 2949cc3d75..1b6c45b532 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -27,7 +27,7 @@ body: - type: textarea attributes: - label: Expected behavior + label: Expected Behavior placeholder: >- A clear and concise description of what you expected to happen... validations: @@ -35,7 +35,7 @@ body: - type: textarea attributes: - label: Version information + label: Version Information description: >- click on the version number on the welcome screen value: | @@ -45,7 +45,7 @@ body: - type: textarea attributes: - label: Additional context + label: Additional Context placeholder: >- Any other context or considerations about the bug... From 7d184d9eea54a74a56960d1a83e72ec409b74afa Mon Sep 17 00:00:00 2001 From: Austin Condiff Date: Thu, 9 Mar 2023 23:29:33 -0600 Subject: [PATCH 15/18] Update feature_request.yml --- .github/ISSUE_TEMPLATE/feature_request.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index c60ee8b497..476a7721e5 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -14,13 +14,13 @@ body: - type: textarea attributes: - label: Alternatives considered + label: Alternatives Considered placeholder: >- Any alternative solutions or features you've considered... - type: textarea attributes: - label: Additional context + label: Additional Context placeholder: >- Any other context or considerations about the feature request... From b0fa00697301afd87d30873f412f98b2dcac1eb3 Mon Sep 17 00:00:00 2001 From: Austin Condiff Date: Thu, 9 Mar 2023 23:30:37 -0600 Subject: [PATCH 16/18] Update pull_request_template.md --- .github/pull_request_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index dcce0ba38d..f9c6c130fa 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -4,7 +4,7 @@ -### Related Issue +### Related Issues From dca5c5ee2d3d4f3459963dc336c0ef3df19e3cc3 Mon Sep 17 00:00:00 2001 From: Austin Condiff Date: Fri, 10 Mar 2023 02:47:56 -0600 Subject: [PATCH 17/18] Update .github/pull_request_template.md Co-authored-by: Lukas Pistrol --- .github/pull_request_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index f9c6c130fa..d976c3fa5f 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -17,7 +17,7 @@ - [ ] I read and understood the [contributing guide](https://github.com/CodeEditApp/CodeEdit/blob/main/CONTRIBUTING.md) as well as the [code of conduct](https://github.com/CodeEditApp/CodeEdit/blob/main/CODE_OF_CONDUCT.md) -- [ ] The issues this PR address are releated to each other +- [ ] The issues this PR addresses are related to each other - [ ] My changes generate no new warnings - [ ] My code builds and runs on my machine - [ ] My changes are all related to the related issue above From 08b2494008e96236219aaed36e218b85ad23cbc9 Mon Sep 17 00:00:00 2001 From: Austin Condiff Date: Fri, 10 Mar 2023 02:48:41 -0600 Subject: [PATCH 18/18] Update .github/ISSUE_TEMPLATE/bug_report.yml Co-authored-by: Lukas Pistrol --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 1b6c45b532..1b03cbdd8c 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -39,7 +39,7 @@ body: description: >- click on the version number on the welcome screen value: | - CodeEdit: [e.g. 1.0] + CodeEdit: [e.g. 0.0.x-alpha.y] macOS: [e.g. 13.2.1] Xcode: [e.g. 14.2]