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

Updated pull request contribution guide #694

Merged
merged 1 commit into from
Sep 5, 2022
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
8 changes: 3 additions & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,9 @@ To suggest a new feature on suricate, [open a ticket](https://github.com/micheli

#### Pull requests

- Open a new GitHub pull request with the patch.

- Ensure the PR description clearly describes the problem and solution. Include the relevant issue number in the description if applicable.

- Before submitting, please read the [Open Code of Conduct](http://todogroup.org/opencodeofconduct/) guide to know more about coding conventions and benchmarks.
- Open a new GitHub pull request with the patch. Pull requests are displayed in the release notes, be sure to:
- Use the past tense ("Added new feature...", "Fixed bug on...")
- Add tags to the PR ("documentation" for documentation updates, "bug" for bug fixing, ...)

### Styleguides

Expand Down