chore: Add scoop config in template

This commit is contained in:
Rashil Gandhi 2021-12-11 19:52:08 +05:30
parent 7f54c5998b
commit f83a6525b5
No known key found for this signature in database
GPG Key ID: 0AF22EDF6BE85BBD
2 changed files with 14 additions and 0 deletions

View File

@ -40,3 +40,10 @@ labels: "bug"
**PowerShell version:** [output of `"$($PSVersionTable.PSVersion)"`] **PowerShell version:** [output of `"$($PSVersionTable.PSVersion)"`]
**Additional software:** [(optional) e.g. ConEmu, Git] **Additional software:** [(optional) e.g. ConEmu, Git]
#### Scoop Configuration
<!-- Can be found in ~/.config/scoop/config.json -->
```json
//# Your configuration here
```

View File

@ -3,3 +3,10 @@
By opening this issue you confirm that you have searched for similar issues/PRs here already. By opening this issue you confirm that you have searched for similar issues/PRs here already.
Failing to do so will most likely result in closing of this issue without any explanation. Failing to do so will most likely result in closing of this issue without any explanation.
--> -->
#### Scoop Configuration
<!-- Can be found in ~/.config/scoop/config.json -->
```json
//# Your configuration here
```