When opening a new Issue, please take the following steps:
-
Search GitHub and/or Google for your issue to avoid duplicate reports. Keyword searches for your error messages are most helpful.
-
If possible, try updating to master and reproducing your issue, because we may have already fixed it.
-
Try to include a minimal reproducible test case
-
Include relevant system information. Start with the output of:
R -e "sessionInfo()"
And include any relevant package versions, browser versions, etc.
Some guidelines on contributing to JuniperKernel:
- All work is submitted via Pull Requests.
- Pull Requests can be submitted as soon as there is code worth discussing. Pull Requests track the branch, so you can continue to work after the PR is submitted. Review and discussion can begin well before the work is complete, and the more discussion the better. The worst case is that the PR is closed.
- Pull Requests should generally be made against master
- Pull Requests should be tested, if feasible:
- bugfixes should include regression tests
- new behavior should at least get minimal exercise
- New features and backwards-incompatible changes should be documented by adding a new file to the pr directory, see the README.md there for details.
- Don't make 'cleanup' pull requests just to change code style. We don't follow any style guide strictly, and we consider formatting changes unnecessary noise. If you're making functional changes, you can clean up the specific pieces of code you're working on.