Skip to content

Commit

Permalink
Sync: synced file(s) with FollowTheProcess/.github (#1069)
Browse files Browse the repository at this point in the history
* Sync: synced local '.github/' with remote 'github/'

* Remove old issue files

---------

Co-authored-by: FollowTheProcess <null>
  • Loading branch information
FollowTheProcess committed Aug 28, 2024
1 parent 4a51bcb commit cd3ce22
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 20 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ description: Request a new feature or enhancement
title: "<title>"
labels:
- feature

body:
- type: checkboxes
attributes:
Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/question.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ description: Ask something about the project
title: "<title>"
labels:
- question

body:
- type: checkboxes
attributes:
Expand Down
21 changes: 2 additions & 19 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,3 @@
<!-- Provide a brief summary of your changes in the Title above -->
## Summary

#### Description
<!-- Describe your changes in detail -->

#### Motivation and Context
<!-- Why is this change required? What problem does it solve? -->
<!-- If it fixes an open issue, please link to the issue here. -->
Closes #

#### How Has This Been Tested?
<!-- Please describe in detail how you tested your changes. -->
<!-- Include details of your testing environment, tests ran to see how -->
<!-- your change affects other areas of the code, etc. -->

#### Checklist
<!-- Go over all the following points, and put an `x` in all the boxes that apply. -->
<!-- If you're unsure about any of these, don't hesitate to ask. We're here to help! -->
- [ ] I have updated the documentation if needed.
- [ ] I have updated the tests if needed.
<!-- Describe your changes in detail here, if it closes an open issue, include "Closes #<issue>" -->
2 changes: 1 addition & 1 deletion .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
issues: write

steps:
- name: Check out the repository
- name: Checkout Code
uses: actions/checkout@v4

- name: Run Labeler
Expand Down

0 comments on commit cd3ce22

Please sign in to comment.