1
0
mirror of https://github.com/ComfyFactory/ComfyFactorio.git synced 2025-01-04 00:15:45 +02:00

Merge pull request #118 from ComfyFactory/add_templates

new templates
This commit is contained in:
Gerkiz 2021-10-02 21:39:41 +02:00 committed by GitHub
commit 3732d06457
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 21 additions and 0 deletions

7
.github/issue_template.md vendored Normal file
View File

@ -0,0 +1,7 @@
# Please follow the general troubleshooting steps first:
- [ ] Have you checked to ensure there aren't other open [Issues](../../../issues) for the same issue?
### Bug reports:
Please replace this line with a brief summary of your issue.

14
.github/pull_request_template.md vendored Normal file
View File

@ -0,0 +1,14 @@
### All Submissions:
- [ ] Have you checked to ensure there aren't other open [Pull Requests](../../../pulls) for the same update/change?
### Tested Changes:
1. [ ] Does your submission pass tests?
2. [ ] Have you lint your code locally prior to submission?
### Changes to Core Features:
- [ ] Have you added an explanation of what your changes do and why you'd like us to include them?
- [ ] Have you written new tests for your core changes, as applicable?
- [ ] Have you successfully ran tests with your changes locally?