1
0
mirror of https://github.com/ComfyFactory/ComfyFactorio.git synced 2025-01-08 00:39:30 +02:00

Merge pull request #200 from ComfyFactory/github_updates

minor consistency fix
This commit is contained in:
Gerkiz 2021-12-26 21:28:31 +01:00 committed by GitHub
commit c305b8b559
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 33 additions and 3 deletions

15
.github/pull_request_map_template.md vendored Normal file
View File

@ -0,0 +1,15 @@
### All Submissions:
- [ ] Have you checked to ensure there aren't any other maps that are alike or similar to the PR?
- [ ] Have you checked to ensure there aren't other open [Pull Requests](../../../pulls) for the same update/change?
### Tested Changes:
1. [ ] Have you lint your code (lua lint) 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 successfully ran tests with your changes locally?
### Comments

15
.github/pull_request_module_template.md vendored Normal file
View File

@ -0,0 +1,15 @@
### All Submissions:
- [ ] Have you checked to ensure there aren't any other modules that are alike or similar to the PR?
- [ ] Have you checked to ensure there aren't other open [Pull Requests](../../../pulls) for the same update/change?
### Tested Changes:
1. [ ] Have you lint your code (lua lint) 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 successfully ran tests with your changes locally?
### Comments

View File

@ -4,11 +4,11 @@
### Tested Changes:
1. [ ] Does your submission pass tests?
2. [ ] Have you lint your code locally prior to submission?
1. [ ] Have you lint your code (lua lint) 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?
### Comments