forked from hyperledger-cacti/cacti
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
…-cacti#92) Signed-off-by: Jonathan Hamilton <[email protected]>
- Loading branch information
1 parent
7c3f86e
commit 42946c4
Showing
2 changed files
with
32 additions
and
12 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 |
---|---|---|
@@ -0,0 +1,29 @@ | ||
Thank you for your interest to contribute to BIF! :tada: | ||
|
||
First things first, please review the [Hyperledger Code of Conduct](https://wiki.hyperledger.org/display/HYP/Hyperledger+Code+of+Conduct) before participating. | ||
|
||
There are many ways to contibute to BIF, both as a user and as a developer. | ||
|
||
As a user, this can inlcude: | ||
* [Making Feature/Enhancement Proposals](https://github.com/hyperledger-labs/blockchain-integration-framework/issues/new?assignees=&labels=enhancement&template=feature_request.md&title=) | ||
* [Reporting bugs](https://github.com/hyperledger-labs/blockchain-integration-framework/issues/new?assignees=&labels=bug&template=bug_report.md&title=) | ||
|
||
As a developer: | ||
* if you only have a little time, consider picking up a [“help-wanted”](https://github.com/hyperledger-labs/blockchain-integration-framework/labels/help%20wanted) or ["good-first-issue"](https://github.com/hyperledger-labs/blockchain-integration-framework/labels/good%20first%20issue) task | ||
* If you can commit to full-time development, then please contact us on our [Rocketchat channel](https://chat.hyperledger.org/channel/blockchain-integration-framework) to work through logistics! | ||
|
||
|
||
### Completing a PR | ||
|
||
To protect the BIF source code, Blockchain Integration Framework GitHub pull requests are accepted from forked repositories only. There are also quality standards identified and documented here that will be enhanced over time. | ||
|
||
|
||
1. Fork BIF via Github UI | ||
1. Clone the fork to your local machine | ||
1. Complete the desired changes and where possible test locally (more detail to come here) | ||
1. Commit your changes | ||
1. Make sure you sign your commit using `git commit -s` for more information see [here](https://gist.github.com/tkuhrt/10211ae0a26a91a8c030d00344f7d11b) | ||
1. Make sure your commit message follows [Conventional Commits syntax](https://www.conventionalcommits.org/en/v1.0.0-beta.4/#specification); this aids in release notes generation | ||
1. Push your changes to your master | ||
1. Initiate a pull request from your fork to the base repository | ||
1. Await CI, DCO & linting quality checks, as well as any feedback from reviewers |
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