Skip to content

Commit

Permalink
Expand contribution guidelines
Browse files Browse the repository at this point in the history
  • Loading branch information
formatc1702 committed Aug 13, 2020
1 parent fccec76 commit 14cbe7a
Showing 1 changed file with 14 additions and 9 deletions.
23 changes: 14 additions & 9 deletions docs/CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,22 @@
# Contribution Guidelines

When contributing to this repository, please first discuss the change you
wish to make via issue, email, or any other method with the owners of this
When contributing to this repository, please first discuss the change you
wish to make via issue, email, or any other method with the owners of this
repository before making a change.

## Pull Requests
## Pull Request workflow

1. Fork this repository to your repository
1. Clone the repository to your local machine
1. Checkout the `dev` branch
1. Make any changes to the code on the `dev` branch
1. Push your changes to your fork
1. Create new pull request
- Fork this repository and
- Checkout the `dev` branch and create a new branch.
- Make any changes to the code on the `dev` branch.
- Push your changes to your fork.
- Create new pull request.

### Hints

- Make sure to [write good commit messages](https://chris.beams.io/posts/git-commit/).
- If the `dev` branch has advanced since your fork, consider rebasing onto the current state to avoid merge conflicts.
- For complex PRs, consider [interactively rebasing](https://thoughtbot.com/blog/git-interactive-rebase-squash-amend-rewriting-history) your contribution to remove intermediate commits and clean up the commit history.

## Documentation Strings

Expand Down

0 comments on commit 14cbe7a

Please sign in to comment.