-
Notifications
You must be signed in to change notification settings - Fork 160
docs: added summary section to contributing docs #573
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
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 |
---|---|---|
|
@@ -32,6 +32,12 @@ reported the issue. Please try to include as much information as you can. Detail | |
|
||
Contributions via pull requests are much appreciated. | ||
|
||
### TL;DR; | ||
* This project uses `[email protected]` and `[email protected]` for development (see [Setup](#setup)) | ||
* Before opening a PR, find an existing issue or open a new one to discuss the proposed change (we would hate it for you to have to waste time) | ||
dreamorosi marked this conversation as resolved.
Show resolved
Hide resolved
|
||
* After your proposal has been reviewed and accepted by at least one of the project's maintainers, you can submit a pull request | ||
* When opening a PR make sure to follow the checklist inside the pull request template | ||
|
||
### Step 1: Find something to work on | ||
|
||
If you want to contribute a specific feature or fix you have in mind, look at active [pull | ||
|
@@ -287,7 +293,7 @@ You can build and start a local docs website by running these two commands: | |
Category | Convention | ||
------------------------------------------------- | --------------------------------------------------------------------------------- | ||
**Docstring** | We use [JSDoc](https://www.typescriptlang.org/docs/handbook/jsdoc-supported-types.html) annotations to provide type information and create API references. | ||
**Style guide** | We use black as well as flake8 extensions to enforce beyond good practices [PEP8](https://pep8.org/). | ||
**Style guide** | We use `eslint` to keep our code consistent in terms of style and reducing defects. | ||
**Test coverage** | We use [Jest](https://jestjs.io/) to test our code and [Codecov](https://codecov.io/) to report test coverage. We aim to have 100% test coverage in our unit tests. | ||
**Git commits** | We follow [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/). These are not enforced as we squash and merge PRs, but PR titles are enforced during CI. | ||
**Documentation** | API reference docs are generated from docstrings which should have Examples section to allow developers to have what they need within their own IDE. Documentation website covers the wider usage, tips, and strives to be concise. | ||
|
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.