Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1.25 KB

CONTRIBUTING.md

File metadata and controls

28 lines (18 loc) · 1.25 KB

Contributing

The following is a set of guidelines for contributing to segyio.

There are several important ways you can help; here are some examples:

  • Submitting bug reports and feature requests: see Issues.
  • Proposing code for bug fixes and new features, then making a pull request.
  • Fixing typos and generally improving the documentation.
  • Writing tutorials, examples, and how-to documents.

Commits

We strive to keep a consistent and clean git history and all contributions should adhere to the following:

  1. All tests should pass on all commits
  2. A commit should do one atomic change on the repository
  3. The commit headline should be descriptive and in the imperative

Pull request process

  1. Work on your own fork of the main repo.
  2. Push your commits and make a draft pull request.
  3. Check that your pull request passes all tests.
  4. When all tests have passed and your are happy with your changes, change your pull request to "ready for review", and ask for a code review.
  5. When your code has been approved you should rebase, squash and merge your changes.