Skip to content

Commit

Permalink
chore: added pull request templates (#313)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebffischer authored Oct 20, 2023
1 parent 27d2161 commit 7155d1d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE/new_learner.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
Thank you for contributing a learner to the mlr3 ecosystem.
Please make sure that:

- [ ] The added learner(s) are sufficiently tested
- [ ] All the CI tests are passing (including the CodeFactor)
- [ ] You ran `devtools::document()`
- [ ] You updated the `NEWS.md` field to include the addition of the learner
- [ ] You did not modify anything **not** related to the new learner
- [ ] You are listed as a contributor in the `DESCRIPTION` of the R package

Empty file.

0 comments on commit 7155d1d

Please sign in to comment.