forked from oclif/plugin-update
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: provide open-source standard documents (oclif#44)
Co-authored-by: lshadler <[email protected]>
- Loading branch information
1 parent
ca7d7cb
commit 602e353
Showing
10 changed files
with
125 additions
and
14 deletions.
There are no files selected for viewing
This file contains 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 +1 @@ | ||
* @heroku/cli | ||
* sumwatshade ArtemisD |
This file contains 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,10 @@ | ||
--- | ||
name: Bug Report | ||
about: Use this template to report bugs or unexpected behavior | ||
labels: needs triage | ||
--- | ||
### Briefly Describe Your Problem | ||
|
||
### Steps to Reproduce | ||
|
||
### Additional Context Such as OS, Java Version, Java Vendor, etc. |
This file contains 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 @@ | ||
blank_issues_enabled: false |
This file contains 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,12 @@ | ||
--- | ||
name: Feature Request | ||
about: Use this template to request new features | ||
labels: feature request | ||
--- | ||
### What would you like the software to do? | ||
|
||
### Interested in contributing this feature? | ||
|
||
- [ ] Yes | ||
- [ ] No |
This file contains 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,3 @@ | ||
Fixes #<!-- Provide issue number here --> | ||
|
||
# Proposed Changes |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains 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,34 @@ | ||
Open source projects are “living.” Contributions in the form of issues and pull requests are welcomed and encouraged. | ||
When you contribute, you explicitly say you are part of the community and abide by its Code of Conduct. | ||
|
||
# The Code | ||
|
||
Intuit's Open Source community fosters a kind, respectful, harassment-free cooperative community. We strive to: | ||
|
||
- Be kind and respectful; | ||
- Act as a global community; | ||
- Conduct ourselves professionally. | ||
|
||
As members of this community, we will not tolerate behaviors including, but not limited to: | ||
|
||
- Violent threats or language; | ||
- Discriminatory or derogatory jokes or language; | ||
- Public or private harassment of any kind; | ||
- Other conduct considered inappropriate in a professional setting. | ||
|
||
## Reporting Concerns | ||
|
||
If you see someone violating the Code of Conduct please email [email protected] | ||
|
||
## Scope | ||
|
||
This code of conduct applies to: | ||
|
||
All repos and communities for Intuit-managed projects, whether the text is included in an Intuit-managed project’s repository; | ||
|
||
Individuals or teams representing projects in official capacity, such as via official social media channels or at in-person meetups. | ||
|
||
## Attribution | ||
|
||
This Code of Conduct is partly inspired by and based on those of Amazon, CocoaPods, GitHub, Microsoft, thoughtbot, | ||
and on the Contributor Covenant version 1.4.1. |
This file contains 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,29 @@ | ||
# Contributing | ||
|
||
Suggestions and improvements are always welcome! | ||
|
||
## Expectations Before Contributing | ||
|
||
Please create a GitHub issue on this repository, so we can discuss your use case or improvement request to ensure that we are aligned and there won't be any unexpected consequences of your proposed modifications. | ||
|
||
## How to Contribute | ||
|
||
Once we have agreed on a path forward, please for the repository and perform your development. Oclif provides [this guide](https://oclif.io/docs/plugins) describing how Oclif plugins work within their ecosystem, and also include [the plugin-plugins utility](https://github.com/oclif/plugin-plugins) which can be included within the target CLI. Our developer workflow looks like this: | ||
|
||
- Install modules for this package via `yarn` | ||
- Build the TS package via `yarn build` | ||
- Run `my-cli plugins:link` at the root of this package. This will associate this local plugin with your CLI tool | ||
- During local development, run `yarn tsc --watch` within a terminal to have changes be immediately reflected in the build | ||
- Verify functionality by running your CLI | ||
|
||
|
||
|
||
We suggest that you work off a branch in your forked repository and submit a pull request from your branch, allowing you to always keep your forked default branch in sync with the origin repository's default branch. Once you have made modification to the source, please also write an equivalent unit test that asserts on the added functionality or bugfix. | ||
|
||
You can expect to receive a code review for your contribution within 2 weeks. Please contact a Maintainer or Trusted Committer if you experience any undue delays. | ||
|
||
Once all code review comments have been addressed, the PR can be merged into the default branch. | ||
|
||
## Expectations After Contributing | ||
|
||
Once your PR has been merged to the default branch, the new publish should be available immediately as a new release of the NPM package. |
This file contains 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
This file contains 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