-
Notifications
You must be signed in to change notification settings - Fork 0
feature/engagement #7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
apsamuel
wants to merge
12
commits into
main
Choose a base branch
from
feature/engagement
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
5950d29
feat: add issue forms
apsamuel b6c84f8
docs: updates README
apsamuel e6e24e7
fix: typo
apsamuel b5db06d
feat: adds code-of-conduct
apsamuel 1cfb72f
feat: link to code of conduct
apsamuel 87c1c16
docs: update README.md
apsamuel fdb8ee8
fix: markdown lint
apsamuel 314de68
fix: simplify labels
apsamuel 891820b
chore: pr comments/fixes
apsamuel b446430
docs: updates CODE-OF-CONDUCT
apsamuel 20aa0d7
Update bug.yaml
arbitrarytech 3b1beb0
Update bug.yaml
arbitrarytech File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,55 @@ | ||
| name: Bug Report | ||
| description: "Report a Bug to the Noop Team" | ||
| title: "[Bug]: " | ||
| labels: ["bug"] | ||
| assignees: | ||
| - noop-inc/engagement | ||
| 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: textarea | ||
| id: system-details | ||
| attributes: | ||
| 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: | ||
| required: false | ||
| - type: textarea | ||
| id: bug-description | ||
| attributes: | ||
| 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!" | ||
| validations: | ||
| required: true | ||
| - type: textarea | ||
| id: expectation | ||
| attributes: | ||
| label: Expectation | ||
| description: What did you expect to happen? | ||
| placeholder: "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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,38 @@ | ||
| # 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 Noop, Inc or held by Noop, Inc facilities are subject to these Community Guidelines and Code of Conduct. | ||
|
|
||
| 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 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. | ||
| - 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: | ||
|
|
||
| "@Noop under a Creative Commons Attribution Unported license: [http://creativecommons.org/licenses/by/3.0/](http://creativecommons.org/licenses/by/3.0/) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,36 @@ | ||
| # 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 | ||
| - [🐧 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)! | ||
|
|
||
| ## 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/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+) | ||
|
|
||
| ## 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 | ||
|
|
||
| ## Code of Conduct | ||
|
|
||
| Please see our [code of conduct](./CODE-OF-CONDUCT.md). | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.