From 5950d29d6b8ab9d5a9e92733ed3d8cb709f0c6ae Mon Sep 17 00:00:00 2001 From: apsamuel Date: Wed, 2 Feb 2022 10:10:03 -0500 Subject: [PATCH 01/12] feat: add issue forms --- .github/ISSUE_TEMPLATE/bug.yaml | 119 ++++++++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature.yaml | 59 ++++++++++++++ 2 files changed, 178 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug.yaml create mode 100644 .github/ISSUE_TEMPLATE/feature.yaml diff --git a/.github/ISSUE_TEMPLATE/bug.yaml b/.github/ISSUE_TEMPLATE/bug.yaml new file mode 100644 index 0000000..1c41918 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug.yaml @@ -0,0 +1,119 @@ +name: 🐞 bug fix +description: "file a bug in noop services" +title: "[Bug]: " +labels: ["bug", "triage"] +assignees: + - noop-cloud/noop +body: + - type: markdown + attributes: + value: | + ## Thanks for taking the time to fill out this bug report! + - type: markdown + attributes: + value: | + - Please review open issues labeled as `bugs` to ensure your issue is not a duplicate. + - For general questions, ideas and concerns that are not related to a bug, visit our [discussions page](https://github.com/noop-cloud/supreme-garbanzo/discussions) + - type: input + id: contact + attributes: + label: Contact Details + description: How can we get in touch with you if we need more info? + placeholder: ex. email@example.com + validations: + required: false + - type: dropdown + id: affected-os + attributes: + label: Operating System + description: What Operating System(s) have you experienced this bug on? + multiple: true + options: + - Windows + - MacOS + validations: + required: false + - type: dropdown + id: affected-arch + attributes: + label: Architecture + description: What machine architecture(s) have you experienced this bug on? + multiple: true + options: + - amd64 + - arm64 + validations: + required: false + - type: dropdown + id: affected-browsers + attributes: + label: Affected Browsers + description: If using the web application, which browsers have you experiened this bug in? + multiple: true + options: + - Firefox + - Chrome + - Safari + - Microsoft Edge + validations: + required: false + - type: dropdown + id: application-variant + attributes: + label: Noop Variant + description: Which variant(s) of Noop are you experiencing this bug? + multiple: true + options: + - Web + - Desktop + - type: dropdown + id: application-mode + attributes: + label: Noop Mode + description: Which run time mode(s) of Noop are you experiencing this bug? + multiple: true + options: + - Local Development + - Cloud Platform + - type: dropdown + id: affected-versions + attributes: + label: Noop Version + description: What version(s) of Noop have you experienced this bug with? + multiple: true + options: + - 0.9.33 (default) + validations: + required: false + - type: textarea + id: bug-description + attributes: + label: Description + description: Please describe the bug with as much details as possible. Feel free to attach screenshots, files or link to public gists for better triaging. + placeholder: Tell us what you see! + value: "A bug happened!" + validations: + required: true + - type: textarea + id: expectation + attributes: + label: Expectation + description: What did you expect to happen? + placeholder: Tell us your expectation + value: "I expected foo but received bar!" + validations: + required: true + - type: textarea + id: logs + attributes: + label: Logs + description: Please copy & paste any relevant log output. It will be automatically formatted into code, so no need for backticks. + render: shell + - type: checkboxes + id: terms + attributes: + label: Code of Conduct + description: By submitting this issue, you agree to follow our [Code of Conduct](./code-of-conduct.md) + options: + - label: I agree to follow this project's Code of Conduct + required: true \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/feature.yaml b/.github/ISSUE_TEMPLATE/feature.yaml new file mode 100644 index 0000000..b12ec41 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature.yaml @@ -0,0 +1,59 @@ +name: 🔧 feature request +title: "[Feature]: " +description: "request the team work on new feature" +labels: ["enhancement", "feature", "review"] +assignees: + - noop-cloud/noop +body: + - type: markdown + attributes: + value: | + Thanks for taking the time to fill out this feature request! + - type: markdown + attributes: + value: | + - Please review open issues labeled as `enhancements` to ensure your feature request is not a duplicate. + - For general questions, ideas and concerns that are not related to a feature request, visit our [discussions page](https://github.com/noop-cloud/supreme-garbanzo/discussions) + - type: input + id: contact + attributes: + label: Contact Details + description: How can we get in touch with you if we need more info? + placeholder: ex. email@example.com + validations: + required: false + - type: textarea + id: feature + attributes: + label: New Feature + description: A clear and concise description of the feature you would like to see implemented. + placeholder: Tell us about the feature and how it should work + value: "Allow an executing task to be stopped" + validations: + required: true + - type: textarea + id: details + attributes: + label: Value Added + description: A clear and concise description of what value is added / problem is solved by feature. + placeholder: Tell us why we need this feature + value: "I'm always frustrated when [...]" + validations: + required: true + - type: dropdown + id: version + attributes: + label: Noop Version + description: What version of our software are you currently running? + options: + - 0.9.33 (Default) + validations: + required: true + - type: checkboxes + id: terms + attributes: + label: Code of Conduct + description: By submitting this issue, you agree to follow our [Code of Conduct](./code-of-conduct.md) + options: + - label: I agree to follow this project's Code of Conduct + required: true \ No newline at end of file From b6c84f833a0c894db6595243cf855b05855c7925 Mon Sep 17 00:00:00 2001 From: apsamuel Date: Wed, 2 Feb 2022 10:42:19 -0500 Subject: [PATCH 02/12] docs: updates README --- README.md | 33 +++++++++++++++++++++++++++++++-- 1 file changed, 31 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 663f1e2..e0b47b7 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,31 @@ -# community -Noop Community Engagement Project +# Noop Community Engagement + +## Getting Noop + +Noop is free to download! + +- [🍎 Latest MacOS](https://download.noop.dev/desktop/latest-mac.dmg) +- :window: Support for Windows Coming Soon + +## Noop Documentation + +If you are new to Noop or looking for more information on a particular subject, our docs are available in both Noop desktop and web, check out the latest [here](https://noop.app/learn)! + +## Support + +Bugs & Enhancement requests for Noop software can be filed as issues in this repository. If you find a problem with the software, first [browse the existing issues](https://github.com/noop-inc/community/issues) or search from the bar at the top (`s` to focus) and then, if you don't find your issue, [open a new issue](https://github.com/community/for-mac/issues/new). + +- [File a bug](https://github.com/noop-inc/engagement/issues/new?assignees=noop-cloud%2Fnoop&labels=bug%2Ctriage&template=bug.yaml&title=%5BBug%5D%3A+) +- [Request an enhancement](https://github.com/noop-inc/engagement/issues/new?assignees=noop-cloud%2Fnoop&labels=enhancement%2Cfeature%2Creview&template=feature.yaml&title=%5BFeature%5D%3A+) + +## Collaboration & Engagement + +If you have a general question that isn't neccesarily an issue, an interesting idea, or just want to show off your super awesome Noop app, feel free to engage with our team by starting a discussion in this repository. Keep an eye out for [announcements](https://github.com/noop-inc/community/discussions/categories/announcements) from our team about new features, fixes, and milestones. + +## About + +This repository facilitates transparency between Noop engineers & our users by providing: + +- Public Milestone Board +- Issue Intake Forms & Board +- Enhancement Intake Forms & Board From e6e24e7b147b3638dbd8f679c5070f0962518e90 Mon Sep 17 00:00:00 2001 From: apsamuel Date: Wed, 2 Feb 2022 10:50:19 -0500 Subject: [PATCH 03/12] fix: typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e0b47b7..09449fe 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ If you are new to Noop or looking for more information on a particular subject, ## Support -Bugs & Enhancement requests for Noop software can be filed as issues in this repository. If you find a problem with the software, first [browse the existing issues](https://github.com/noop-inc/community/issues) or search from the bar at the top (`s` to focus) and then, if you don't find your issue, [open a new issue](https://github.com/community/for-mac/issues/new). +Bugs & Enhancement requests for Noop software can be filed as issues in this repository. If you find a problem with the software, first [browse the existing issues](https://github.com/noop-inc/community/issues) or search from the bar at the top (`s` to focus) and then, if you don't find your issue, [open a new issue](https://github.com/noop-inc/community/issues/new). - [File a bug](https://github.com/noop-inc/engagement/issues/new?assignees=noop-cloud%2Fnoop&labels=bug%2Ctriage&template=bug.yaml&title=%5BBug%5D%3A+) - [Request an enhancement](https://github.com/noop-inc/engagement/issues/new?assignees=noop-cloud%2Fnoop&labels=enhancement%2Cfeature%2Creview&template=feature.yaml&title=%5BFeature%5D%3A+) From b5db06d0df67e5706c21bc677b4b9b9a45c90d7b Mon Sep 17 00:00:00 2001 From: apsamuel Date: Wed, 2 Feb 2022 10:56:37 -0500 Subject: [PATCH 04/12] feat: adds code-of-conduct --- CODE-OF-CONDUCT.md | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 CODE-OF-CONDUCT.md diff --git a/CODE-OF-CONDUCT.md b/CODE-OF-CONDUCT.md new file mode 100644 index 0000000..9f8edf8 --- /dev/null +++ b/CODE-OF-CONDUCT.md @@ -0,0 +1,39 @@ +# Introduction + +We are dedicated to providing a harassment­ free experience for everyone, and we do not tolerate harassment of participants in any form. We ask you to be considerate of others and behave professionally and respectfully to all other participants. This code and related procedures also apply to unacceptable behavior occurring outside the scope of community activities, in all community venues— online and in-person— as well as in all one-on-one communications, and anywhere such behavior has the potential to adversely affect the safety and well-being of community members. Exhibitors, speakers, sponsors, staff and all other attendees at events organized by Docker, Inc (DockerCon, meetups, user groups) or held at Docker, Inc facilities are subject to these Community Guidelines and Code of Conduct. + +Diversity and inclusion make the Docker community strong. We encourage participation from the most varied and diverse backgrounds possible and want to be very clear about where we stand. + +Our goal is to maintain a safe, helpful and friendly Docker community for everyone, regardless of experience, gender identity and expression, sexual orientation, disability, personal appearance, body size, race, ethnicity, age, religion, nationality, or other protected categories under applicable law. + +## Expected Behavior + +- Be professional. +- Be responsible. +- Be welcoming. +- Be kind. +- Be respectful of other viewpoints and ideas. +- Be supportive and look out for each other. + +## Unacceptable Behavior + +Harassment may include but not limited to the following: + +- Offensive, inappropriate, or unwanted comments related to gender, gender identity or expression, sexual orientation, disability, physical appearance, body size, race, ethnicity, national origin, religion, or age, or other protected categories under applicable law. +- Visual harassment eg. sexual imagery or use of sexual language at Docker community events +- Disrespect towards differences of opinion +- Deliberate intimidation, stalking, harassing photography or recording +- Sustained disruption of talks or other events +- Inappropriate or unwanted physical contact +- Intimidation or bullying (online or in-person) +- Unwelcome sexual attention + +## Reporting and Enforcement + +- If you are the subject of, or witness to any violations of this Code of Conduct, please contact us by submitting an [incident report](http://noop.incidentreportform.app), or email noopcon@rearc.io + +Portions derived from the [Slack Developer Community Code of Conduct](https://api.slack.com/docs/community-code-of-conduct), [The Ada Initiative](https://adainitiative.org/2014/02/18/howto-design-a-code-of-conduct-for-your-community/), [geekfeminism.org](https://geekfeminism.org/about/code-of-conduct/) and [Drupal Events Code of Conduct](https://events.drupal.org/dublin2016/code-conduct) + +This work is licensed under a Creative Commons Attribution 3.0 Unported License For attribution requirements: + +"@Docker Code of Conduct" © 2016 Docker, Inc, used under a Creative Commons Attribution Unported license: [http://creativecommons.org/licenses/by/3.0/](http://creativecommons.org/licenses/by/3.0/) \ No newline at end of file From 1cfb72fc55f058e89f8662bb20d67c4aefa81e2d Mon Sep 17 00:00:00 2001 From: apsamuel Date: Wed, 2 Feb 2022 10:58:03 -0500 Subject: [PATCH 05/12] feat: link to code of conduct --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 09449fe..7151286 100644 --- a/README.md +++ b/README.md @@ -29,3 +29,7 @@ This repository facilitates transparency between Noop engineers & our users by p - Public Milestone Board - Issue Intake Forms & Board - Enhancement Intake Forms & Board + +## Code of Conduct + +Please see our [code of conduct](./CODE-OF-CONDUCT.md). From 87c1c16effa2e80100d01e306c26a3b5cbe72609 Mon Sep 17 00:00:00 2001 From: "A. Samuel" Date: Thu, 3 Feb 2022 15:57:23 -0500 Subject: [PATCH 06/12] docs: update README.md Co-authored-by: Nathaniel <314009+nathanielks@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7151286..497d0b8 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Noop is free to download! - [🍎 Latest MacOS](https://download.noop.dev/desktop/latest-mac.dmg) - :window: Support for Windows Coming Soon - +- [🐧 Latest Linux (Debian)](https://download.noop.dev/desktop/latest-linux.deb) ## Noop Documentation If you are new to Noop or looking for more information on a particular subject, our docs are available in both Noop desktop and web, check out the latest [here](https://noop.app/learn)! From fdb8ee83adbf023a06582c64749397b183d1ae6a Mon Sep 17 00:00:00 2001 From: apsamuel Date: Wed, 23 Feb 2022 11:28:12 -0500 Subject: [PATCH 07/12] fix: markdown lint --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 497d0b8..e13fbdf 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ Noop is free to download! - [🍎 Latest MacOS](https://download.noop.dev/desktop/latest-mac.dmg) - :window: Support for Windows Coming Soon - [🐧 Latest Linux (Debian)](https://download.noop.dev/desktop/latest-linux.deb) + ## Noop Documentation If you are new to Noop or looking for more information on a particular subject, our docs are available in both Noop desktop and web, check out the latest [here](https://noop.app/learn)! From 314de6894eb908a18e4613d20338b47789d6025c Mon Sep 17 00:00:00 2001 From: apsamuel Date: Wed, 23 Feb 2022 11:31:41 -0500 Subject: [PATCH 08/12] fix: simplify labels --- .github/ISSUE_TEMPLATE/bug.yaml | 2 +- .github/ISSUE_TEMPLATE/feature.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yaml b/.github/ISSUE_TEMPLATE/bug.yaml index 1c41918..7892da7 100644 --- a/.github/ISSUE_TEMPLATE/bug.yaml +++ b/.github/ISSUE_TEMPLATE/bug.yaml @@ -1,7 +1,7 @@ name: 🐞 bug fix description: "file a bug in noop services" title: "[Bug]: " -labels: ["bug", "triage"] +labels: ["bug"] assignees: - noop-cloud/noop body: diff --git a/.github/ISSUE_TEMPLATE/feature.yaml b/.github/ISSUE_TEMPLATE/feature.yaml index b12ec41..41ed69d 100644 --- a/.github/ISSUE_TEMPLATE/feature.yaml +++ b/.github/ISSUE_TEMPLATE/feature.yaml @@ -1,7 +1,7 @@ name: 🔧 feature request title: "[Feature]: " description: "request the team work on new feature" -labels: ["enhancement", "feature", "review"] +labels: [ "feature"] assignees: - noop-cloud/noop body: From 891820bf320e6ac44cac2161de6382a2cc6376d2 Mon Sep 17 00:00:00 2001 From: apsamuel Date: Tue, 22 Mar 2022 07:25:07 -0400 Subject: [PATCH 09/12] chore: pr comments/fixes --- .github/ISSUE_TEMPLATE/bug.yaml | 26 +++---------- .github/ISSUE_TEMPLATE/feature.yaml | 59 ----------------------------- 2 files changed, 6 insertions(+), 79 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/feature.yaml diff --git a/.github/ISSUE_TEMPLATE/bug.yaml b/.github/ISSUE_TEMPLATE/bug.yaml index 7892da7..f465872 100644 --- a/.github/ISSUE_TEMPLATE/bug.yaml +++ b/.github/ISSUE_TEMPLATE/bug.yaml @@ -22,26 +22,20 @@ body: placeholder: ex. email@example.com validations: required: false - - type: dropdown + - type: input id: affected-os attributes: label: Operating System description: What Operating System(s) have you experienced this bug on? - multiple: true - options: - - Windows - - MacOS + placeholder: ex. macOS 12.3 validations: required: false - - type: dropdown + - type: input id: affected-arch attributes: label: Architecture description: What machine architecture(s) have you experienced this bug on? - multiple: true - options: - - amd64 - - arm64 + placeholder: ex. amd64 validations: required: false - type: dropdown @@ -49,12 +43,7 @@ body: attributes: label: Affected Browsers description: If using the web application, which browsers have you experiened this bug in? - multiple: true - options: - - Firefox - - Chrome - - Safari - - Microsoft Edge + placeholder: ex. Google Chrome validations: required: false - type: dropdown @@ -75,14 +64,11 @@ body: options: - Local Development - Cloud Platform - - type: dropdown + - type: input id: affected-versions attributes: label: Noop Version description: What version(s) of Noop have you experienced this bug with? - multiple: true - options: - - 0.9.33 (default) validations: required: false - type: textarea diff --git a/.github/ISSUE_TEMPLATE/feature.yaml b/.github/ISSUE_TEMPLATE/feature.yaml deleted file mode 100644 index 41ed69d..0000000 --- a/.github/ISSUE_TEMPLATE/feature.yaml +++ /dev/null @@ -1,59 +0,0 @@ -name: 🔧 feature request -title: "[Feature]: " -description: "request the team work on new feature" -labels: [ "feature"] -assignees: - - noop-cloud/noop -body: - - type: markdown - attributes: - value: | - Thanks for taking the time to fill out this feature request! - - type: markdown - attributes: - value: | - - Please review open issues labeled as `enhancements` to ensure your feature request is not a duplicate. - - For general questions, ideas and concerns that are not related to a feature request, visit our [discussions page](https://github.com/noop-cloud/supreme-garbanzo/discussions) - - type: input - id: contact - attributes: - label: Contact Details - description: How can we get in touch with you if we need more info? - placeholder: ex. email@example.com - validations: - required: false - - type: textarea - id: feature - attributes: - label: New Feature - description: A clear and concise description of the feature you would like to see implemented. - placeholder: Tell us about the feature and how it should work - value: "Allow an executing task to be stopped" - validations: - required: true - - type: textarea - id: details - attributes: - label: Value Added - description: A clear and concise description of what value is added / problem is solved by feature. - placeholder: Tell us why we need this feature - value: "I'm always frustrated when [...]" - validations: - required: true - - type: dropdown - id: version - attributes: - label: Noop Version - description: What version of our software are you currently running? - options: - - 0.9.33 (Default) - validations: - required: true - - type: checkboxes - id: terms - attributes: - label: Code of Conduct - description: By submitting this issue, you agree to follow our [Code of Conduct](./code-of-conduct.md) - options: - - label: I agree to follow this project's Code of Conduct - required: true \ No newline at end of file From b446430463249f1390b7ab914a128796f4e816f5 Mon Sep 17 00:00:00 2001 From: apsamuel Date: Tue, 22 Mar 2022 11:08:37 -0400 Subject: [PATCH 10/12] docs: updates CODE-OF-CONDUCT --- CODE-OF-CONDUCT.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/CODE-OF-CONDUCT.md b/CODE-OF-CONDUCT.md index 9f8edf8..96ad2f7 100644 --- a/CODE-OF-CONDUCT.md +++ b/CODE-OF-CONDUCT.md @@ -1,10 +1,10 @@ # Introduction -We are dedicated to providing a harassment­ free experience for everyone, and we do not tolerate harassment of participants in any form. We ask you to be considerate of others and behave professionally and respectfully to all other participants. This code and related procedures also apply to unacceptable behavior occurring outside the scope of community activities, in all community venues— online and in-person— as well as in all one-on-one communications, and anywhere such behavior has the potential to adversely affect the safety and well-being of community members. Exhibitors, speakers, sponsors, staff and all other attendees at events organized by Docker, Inc (DockerCon, meetups, user groups) or held at Docker, Inc facilities are subject to these Community Guidelines and Code of Conduct. +We are dedicated to providing a harassment­ free experience for everyone, and we do not tolerate harassment of participants in any form. We ask you to be considerate of others and behave professionally and respectfully to all other participants. This code and related procedures also apply to unacceptable behavior occurring outside the scope of community activities, in all community venues— online and in-person— as well as in all one-on-one communications, and anywhere such behavior has the potential to adversely affect the safety and well-being of community members. Exhibitors, speakers, sponsors, staff and all other attendees at events organized by Noop, Inc or held by Noop, Inc facilities are subject to these Community Guidelines and Code of Conduct. -Diversity and inclusion make the Docker community strong. We encourage participation from the most varied and diverse backgrounds possible and want to be very clear about where we stand. +Diversity and inclusion make the Noop community strong. We encourage participation from the most varied and diverse backgrounds possible and want to be very clear about where we stand. -Our goal is to maintain a safe, helpful and friendly Docker community for everyone, regardless of experience, gender identity and expression, sexual orientation, disability, personal appearance, body size, race, ethnicity, age, religion, nationality, or other protected categories under applicable law. +Our goal is to maintain a safe, helpful and friendly community for everyone, regardless of experience, gender identity and expression, sexual orientation, disability, personal appearance, body size, race, ethnicity, age, religion, nationality, or other protected categories under applicable law. ## Expected Behavior @@ -20,7 +20,6 @@ Our goal is to maintain a safe, helpful and friendly Docker community for everyo Harassment may include but not limited to the following: - Offensive, inappropriate, or unwanted comments related to gender, gender identity or expression, sexual orientation, disability, physical appearance, body size, race, ethnicity, national origin, religion, or age, or other protected categories under applicable law. -- Visual harassment eg. sexual imagery or use of sexual language at Docker community events - Disrespect towards differences of opinion - Deliberate intimidation, stalking, harassing photography or recording - Sustained disruption of talks or other events @@ -36,4 +35,4 @@ Portions derived from the [Slack Developer Community Code of Conduct](https://ap This work is licensed under a Creative Commons Attribution 3.0 Unported License For attribution requirements: -"@Docker Code of Conduct" © 2016 Docker, Inc, used under a Creative Commons Attribution Unported license: [http://creativecommons.org/licenses/by/3.0/](http://creativecommons.org/licenses/by/3.0/) \ No newline at end of file +"@Noop under a Creative Commons Attribution Unported license: [http://creativecommons.org/licenses/by/3.0/](http://creativecommons.org/licenses/by/3.0/) From 20aa0d74035f898c4675471323b41da5f17ec116 Mon Sep 17 00:00:00 2001 From: Chloe Wintzer Date: Tue, 5 Apr 2022 23:12:40 -0700 Subject: [PATCH 11/12] Update bug.yaml --- .github/ISSUE_TEMPLATE/bug.yaml | 70 +++++---------------------------- 1 file changed, 10 insertions(+), 60 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yaml b/.github/ISSUE_TEMPLATE/bug.yaml index f465872..8a3f01d 100644 --- a/.github/ISSUE_TEMPLATE/bug.yaml +++ b/.github/ISSUE_TEMPLATE/bug.yaml @@ -1,9 +1,9 @@ -name: 🐞 bug fix -description: "file a bug in noop services" +name: Bug Report +description: "Report a Bug to the Noop Team" title: "[Bug]: " labels: ["bug"] assignees: - - noop-cloud/noop + - noop-inc/engagement body: - type: markdown attributes: @@ -14,61 +14,12 @@ body: value: | - Please review open issues labeled as `bugs` to ensure your issue is not a duplicate. - For general questions, ideas and concerns that are not related to a bug, visit our [discussions page](https://github.com/noop-cloud/supreme-garbanzo/discussions) - - type: input - id: contact - attributes: - label: Contact Details - description: How can we get in touch with you if we need more info? - placeholder: ex. email@example.com - validations: - required: false - - type: input - id: affected-os - attributes: - label: Operating System - description: What Operating System(s) have you experienced this bug on? - placeholder: ex. macOS 12.3 - validations: - required: false - - type: input - id: affected-arch - attributes: - label: Architecture - description: What machine architecture(s) have you experienced this bug on? - placeholder: ex. amd64 - validations: - required: false - - type: dropdown - id: affected-browsers - attributes: - label: Affected Browsers - description: If using the web application, which browsers have you experiened this bug in? - placeholder: ex. Google Chrome - validations: - required: false - - type: dropdown - id: application-variant - attributes: - label: Noop Variant - description: Which variant(s) of Noop are you experiencing this bug? - multiple: true - options: - - Web - - Desktop - - type: dropdown - id: application-mode - attributes: - label: Noop Mode - description: Which run time mode(s) of Noop are you experiencing this bug? - multiple: true - options: - - Local Development - - Cloud Platform - - type: input - id: affected-versions + - type: textarea + id: system-details attributes: - label: Noop Version - description: What version(s) of Noop have you experienced this bug with? + label: Description + description: Please provide relevant details about your local system such as Browser, OS, Noop Desktop verison. + placeholder: Noop Desktop 1.2.3, MacOS 12.3 validations: required: false - type: textarea @@ -85,8 +36,7 @@ body: attributes: label: Expectation description: What did you expect to happen? - placeholder: Tell us your expectation - value: "I expected foo but received bar!" + placeholder: "I expected foo but received bar!" validations: required: true - type: textarea @@ -102,4 +52,4 @@ body: description: By submitting this issue, you agree to follow our [Code of Conduct](./code-of-conduct.md) options: - label: I agree to follow this project's Code of Conduct - required: true \ No newline at end of file + required: true From 3b1beb02b5443a2ec5fee851462e964fb05a8ddc Mon Sep 17 00:00:00 2001 From: Chloe Wintzer Date: Tue, 5 Apr 2022 23:15:01 -0700 Subject: [PATCH 12/12] Update bug.yaml --- .github/ISSUE_TEMPLATE/bug.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yaml b/.github/ISSUE_TEMPLATE/bug.yaml index 8a3f01d..b65d7b8 100644 --- a/.github/ISSUE_TEMPLATE/bug.yaml +++ b/.github/ISSUE_TEMPLATE/bug.yaml @@ -17,7 +17,7 @@ body: - type: textarea id: system-details attributes: - label: Description + label: System Details description: Please provide relevant details about your local system such as Browser, OS, Noop Desktop verison. placeholder: Noop Desktop 1.2.3, MacOS 12.3 validations: @@ -25,7 +25,7 @@ body: - type: textarea id: bug-description attributes: - label: Description + label: Bug Description description: Please describe the bug with as much details as possible. Feel free to attach screenshots, files or link to public gists for better triaging. placeholder: Tell us what you see! value: "A bug happened!"