Skip to content

Commit

Permalink
fix issue templates + remove task list from PR template (#1050)
Browse files Browse the repository at this point in the history
### Problem

I noticed yesterday when creating issues that the form templates
introduced by #1040 aren't showing up.
Also, I think the task list at the end of the PR template isn't very
useful, creates unnecessary visual noise in the PR descriptions, and
might discourage people from posting PRs.

### Solution

The cause of the forms not showing was that I put them in the wrong
folder. This PR fixes the path of the files and removes the task list at
the end of the PR template
  • Loading branch information
fwbrasil authored Jan 23, 2025
1 parent 5c8d253 commit 96f5af6
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
File renamed without changes.
6 changes: 0 additions & 6 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,3 @@ Add any important additional information as bullet points, such as:
- Open questions and concerns
- Limitations
-->

### Checklist

- [ ] Unit test all changes
- [ ] Update scaladocs if needed
- [ ] Update the README if needed

0 comments on commit 96f5af6

Please sign in to comment.