Skip to content
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

Update CONTRIBUTING.md #49

Merged
merged 1 commit into from
Feb 22, 2024
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
11 changes: 5 additions & 6 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,19 @@ find a ticket submit a new one.

## Pull Requests
1. Fork the repo
1. Check out a new topic branch from `dev`.
1. Make your changes.
1. Commit and push the topic branch.
1. Commit and push to your fork.
1. Extra credit if you squash your commits first.
1. Submit a pull request back to `dev`.
1. Submit a pull request.

###Style
### Style
- Your code should pass golint.
- Follow the existing conventions.

###Tests
### Tests
- If you add any functionality be sure to also add a test for it.
- All regressions need to pass before your pull can be accepted

## License
By contributing to axosoft-python you agree that your contributions will be
By contributing to protoc-gen-lint you agree that your contributions will be
licensed under its MIT license.
Loading