Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,16 @@ submit a PR patching this document and let's discuss! Once the PR is accepted,
*all* code should be updated as soon as possible to reflect the new
conventions.

## First Time Contributors

First time contributors should read through this guide in its entirety before
opening a pull request. Additionally, pull requests from external (and
especially first time) contributors that make inconsequential changes may be
closed without merging at the discretion of Agave maintainers. Pull requests
will be deemed consequential or not on a case by case basis. As an example,
spelling and/or grammar fixes will almost always be considered inconsequential,
unless they materially correct the message.

## Pull Requests

Small, frequent PRs are much preferred to large, infrequent ones. A large PR is
Expand Down