Skip to content

Commit

Permalink
(chore): Update PR template
Browse files Browse the repository at this point in the history
  • Loading branch information
rashil2000 committed Dec 20, 2021
1 parent 32f8246 commit 8eef4e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 21 deletions.
22 changes: 2 additions & 20 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,29 +5,11 @@
Failing to do so will most likely result in closing of this PR without any explanation.
It is also mandatory to open a relevant issue (either Package Request or Bug Report) for
discussion with the maintainers, before creating any new PR.
Read the contributing guide first to save both your and our time.
-->

Closes #XXXX
<!-- or -->
Relates to #XXXX

<!--
If this is a manifest for a new package, make sure that you follow the general order of
fields as shown below:
`version`
`description`
`homepage`
`license`
`url`
`hash`
`pre_install`
`installer`
`post_install`
`uninstaller`
`bin`
`shortcuts`
`persist`
`checkver`
`autoupdate`
`notes`
-->
- [ ] I have read the [Contributing Guide](https://github.com/ScoopInstaller/.github/blob/main/.github/CONTRIBUTING.md).
2 changes: 1 addition & 1 deletion .github/workflows/excavator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
name: Excavate
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@main
- name: Excavate
uses: ScoopInstaller/Scoop-GithubActions@main
env:
Expand Down

0 comments on commit 8eef4e2

Please sign in to comment.