Skip to content

Commit

Permalink
Merge pull request #693 from insanum/contributing
Browse files Browse the repository at this point in the history
Add a CONTRIBUTING.md with notes about community/reviews/guidelines/tests
  • Loading branch information
dbarnett authored Aug 23, 2024
2 parents 70df562 + b8f5fa6 commit 5c1ce40
Showing 1 changed file with 46 additions and 0 deletions.
46 changes: 46 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
# Contributing to gcalcli

Welcome! Glad you're interested in contributing to the project. ❤️

> If you want to support the project, there are plenty of other ways to show support besides writing code:
> - Use the app and help catch issues
> - Help troubleshoot other users' issues in the tracker
> - Suggest improvements to instructions and documentation
## Community

The issue tracker at https://github.com/insanum/gcalcli is the best place to reach out to maintainers or get help contributing.

## Code of Conduct

Please strive to show respect and be welcoming of everyone.

Please report unacceptable behavior to david AT mumind DOT me.

## Code review

To contribute changes, please send a pull request to https://github.com/insanum/gcalcli.

For nontrivial changes it's helpful to open a separate issue in the tracker to discuss the problem/idea, and to make sure tests are up-to-date and passing (see "Howto: Run tests" below).

### How reviews work

Generally a maintainer will be notified of the PR and follow up to review it. You can explicitly request review from @dbarnett if you prefer.

Feel free to comment to bump it for attention if nobody follows up after a week or so.

## Quality guidelines

For now, you can just check that the tests and linters are happy and work with reviewers if they raise other quality concerns.

Test coverage for new functionality is helpful, but not always required. Feel free to start reviews before you've finished writing tests and ask your reviewer for help implementing the right test coverage.

## Running tests

Make sure you've installed [tox](https://tox.wiki/) and a supported python version, then run

```shell
tox
```

You can follow up in the issue tracker to ask questions or report issues.

0 comments on commit 5c1ce40

Please sign in to comment.