-
Notifications
You must be signed in to change notification settings - Fork 10
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
added Python test matrix #42
Conversation
To unblock merging this, we will have to update the branch protection rules in settings and remove the old "test" CI check requirement, and add the new per-version tests instead. |
CONTRIBUTING.md
Outdated
@@ -42,6 +42,7 @@ Thanks for contributing! In order to open a PR into the NB Defense project, you' | |||
|
|||
1. Fork the repo | |||
2. Make your changes | |||
3. Optionally, follow the [pre-commit installation guide](https://pre-commit.com/#installation) to install NBDefense's pre-commit hooks. This will ensure your change passes our CI the first time. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I actually just realized that make install-dev
does this automatically. Maybe instead of this we can just hint to follow the "developing with NB Defense" instructions on your local copy of your fork?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's a good point. Maybe we can add a step between 1 and 2 instead that says "Run make install-dev
to set up your local environment."?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Agreed, done!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes LGTM! I'll update the branch protection now
2704036
to
ac90ca2
Compare
ac90ca2
to
0c2282d
Compare
CONTRIBUTING.md