Remove unused files, update contributing guide and PR template #105
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Motivation for these changes
This is mostly motivated by the RP template being very opinionated and uncompromising.
Implementation details
I defused the PR template and aligned it more with the one over in PyMC.
I kept the links since they are helpful, but rephrased it such that contributors aren't expected to have a degree in
git
.Similarly, I aligned the
CONTRIBUTING.md
with the PyMC one, keeping some good parts about the use of discussions and issues, but removing the section about development and governance style.In addition, I removed two files that are no longer used/maintained.
Checklist
Link relevant issues, preferably in nice commit messages.No issues present - was discussed offline.Are the changes covered by tests and docstrings?No code changes.Major / Breaking Changes
Bugfixes / New features
Docs / Maintenance
Makefile
and.github/FUNDING.yml
were removed.