This repository has been archived by the owner on Jul 20, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
- Loading branch information
1 parent
7c746ce
commit 58febf4
Showing
4 changed files
with
58 additions
and
9 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,45 @@ | ||
# Contributing to PPExtensions | ||
|
||
## Discussions | ||
|
||
Our recommendation is to start a slack discussion as soon as you have an idea for contributing to PPExtensions. | ||
This will help you, other interested contributors & the committers get to common grounds early in time. | ||
Contact the PPExtenions community on [slack](https://join.slack.com/t/ppextensions/shared_invite/enQtNDIyODk5NzYzMzEyLTIwOGM3MWE0OGZlNjFkYTUxZTJiN2NjOWFlNmUxNDRiY2U3MzE0Nzg5NDRjZjE2M2VmZGI4NWJhOGVjYTRiMTk). | ||
|
||
-------------------------------------------------------------------------------------------------------------------- | ||
|
||
## How can you help | ||
|
||
### Code | ||
Look for Issues that are open on below categories, pick an issue, start a slack discussion on slack channel, once we get to common grounds on the solution approach, open a PR with your implementation. | ||
* Bug Fixes | ||
* Enhancements & Improvements (Jira Details) | ||
* Add a new extension that you see are useful to Jupyter community | ||
|
||
### Documentation | ||
You can also improve our documentation | ||
* readme.md | ||
* docs/*.md | ||
* Any other valuable comment you'd like to add to the code that will simplify other developers' lives. | ||
|
||
-------------------------------------------------------------------------------------------------------------------- | ||
|
||
|
||
## Contribution Process | ||
|
||
* Get your github account. | ||
* Fork the PPExtensions repo into your account. | ||
* Create an issue branch using the master branch. | ||
* Make modifications to the code. | ||
* Ensure code coverage by added test cases. | ||
* All commits must have the issue ID & summary. Say "[#32] Add Codacy Integration and Badge". | ||
* Ensure all your commits are squashed. | ||
* Make a Pull Request to develop branch. | ||
* If there are code review related changes - ensure those commits are also squashed. | ||
* DO NOT include changes that are not directly related to the issue you are trying to resolve. | ||
* Once PR is approved, code will be merged to Development branch. | ||
* Once all regression test cases have passed - changes will be merged to master branch. | ||
|
||
-------------------------------------------------------------------------------------------------------------------- | ||
|
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
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 @@ | ||
## Config UI | ||
|
||
Coming Soon |