Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
55 changes: 55 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.yaml
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
38 changes: 38 additions & 0 deletions CODE-OF-CONDUCT.md
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/)
38 changes: 36 additions & 2 deletions README.md
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)

Comment thread
apsamuel marked this conversation as resolved.
## 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).