Issue and Pull Request Templates (#37)
* Created new Issue Template * Created new pull request template
This commit is contained in:
parent
1e51b1d623
commit
d9e3797148
13
.github/ISSUE_TEMPLATE.md
vendored
Normal file
13
.github/ISSUE_TEMPLATE.md
vendored
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
### Describe the issue you are having
|
||||||
|
<!-- replace this with your issue description -->
|
||||||
|
|
||||||
|
### Describe your setup?
|
||||||
|
<!-- What is your dns server, are you using steamcache/dns or another resolver -->
|
||||||
|
|
||||||
|
### Are you running sniproxy
|
||||||
|
<!-- Yes/no -->
|
||||||
|
|
||||||
|
### DNS Configuration
|
||||||
|
```
|
||||||
|
<!-- Paste either your docker run command for the DNS container OR explain how you have setup DNS zone files etc -->
|
||||||
|
```
|
17
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
17
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
### What CDN does this PR relate to
|
||||||
|
<!-- Please clearly state what existing cdn this pr relates to, or which games if it's a new cdn -->
|
||||||
|
|
||||||
|
### Does this require running via sniproxy
|
||||||
|
<!-- Yes/no/untested -->
|
||||||
|
|
||||||
|
### Capture method
|
||||||
|
<!-- Please give a short description how you ascertained the updates to the domain files, wireshark, dns logs etc -->
|
||||||
|
|
||||||
|
### Testing Scenario
|
||||||
|
<!-- Please give a short description on how you have tested this and where (home, office, small lan, large lan etc) -->
|
||||||
|
|
||||||
|
### Testing Configuration
|
||||||
|
```
|
||||||
|
<!-- Paste either your docker run command from the DNS container OR explain how you have setup DNS zone files etc to test this issue -->
|
||||||
|
```
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user