(chore): Update PR template

This commit is contained in:
Rashil Gandhi 2021-12-20 23:39:33 +05:30
parent 32f8246f7c
commit 8eef4e2623
No known key found for this signature in database
GPG Key ID: 0AF22EDF6BE85BBD
2 changed files with 3 additions and 21 deletions

View File

@ -5,29 +5,11 @@
Failing to do so will most likely result in closing of this PR without any explanation. 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 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. discussion with the maintainers, before creating any new PR.
Read the contributing guide first to save both your and our time.
--> -->
Closes #XXXX Closes #XXXX
<!-- or --> <!-- or -->
Relates to #XXXX Relates to #XXXX
<!-- - [ ] I have read the [Contributing Guide](https://github.com/ScoopInstaller/.github/blob/main/.github/CONTRIBUTING.md).
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`
-->

View File

@ -9,7 +9,7 @@ jobs:
name: Excavate name: Excavate
runs-on: windows-latest runs-on: windows-latest
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@main
- name: Excavate - name: Excavate
uses: ScoopInstaller/Scoop-GithubActions@main uses: ScoopInstaller/Scoop-GithubActions@main
env: env: