-
Notifications
You must be signed in to change notification settings - Fork 60
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
[ENH] Add pull request template #875
Conversation
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.
Few comments, very nice boilerplate ! I think with that we need to also improve dev documentation on scil-documentation. Things like testing, linting and others need to be explained clearly if we want people checking all those boxes for real.
- [ ] My changes generate no new warnings | ||
- [ ] I moved all functions from the script file (except the argparser and main) to scilpy modules | ||
- [ ] I have added tests that prove my fix is effective or that my feature works | ||
- [ ] New and existing unit tests pass locally with my changes |
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.
This means we have to document running tests better. Especially how to scope which tests to run, where to check for logs, warnings, coverage, etc.
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.
We'll see later, this template is there as a reminder of everything that has to be done when you submit a PR.
Don't need to over think this right now, I think.
Build passed ! Good Job 🍻 ! |
Build passed ! Good Job 🍻 ! |
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.
LGTM ! Thanks for this @arnaudbore
No description provided.