Skip to content

Commit

Permalink
Merge pull request #764 from bitpredator/dev
Browse files Browse the repository at this point in the history
chore: simplified the compilation of the PULL_REQUEST_TEMPLATE file
  • Loading branch information
bitpredator authored Aug 4, 2024
2 parents cd2c8df + 8be169b commit c259770
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 12 deletions.
14 changes: 3 additions & 11 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,11 @@ Fixes #[issue_no]

* [ ] Have you followed the guidelines in our Contributing document?
* [ ] Have you checked to ensure there aren't other open [Pull Requests](../../../pulls) for the same update/change?
* [ ] Have you added an explanation of what your changes do and why you'd like us to include them?
* [ ] Does your submission pass tests?

<!-- You can erase any parts of this template not applicable to your Pull Request. -->

### New Feature Submissions:

1. [ ] Does your submission pass tests?
2. [ ] Have you lint your code locally prior to submission?

### Changes to Core Features:
**Please describe the changes this PR makes and why it should be merged:**

* [ ] Have you added an explanation of what your changes do and why you'd like us to include them?
* [ ] Have you written new tests for your core changes, as applicable?
* [ ] Have you successfully ran tests with your changes locally?

<!-- You may optionally provide your discord username, so that we may contact you directly about the issue. -->
Discord username (if different from GitHub):
2 changes: 1 addition & 1 deletion .github/workflows/assign-to-one-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
contains(github.event.pull_request.labels.*.name, 'bug')
with:
project: 'https://github.com/users/bitpredator/projects/4'
column_name: 'Labeled'
column_name: 'New'

0 comments on commit c259770

Please sign in to comment.