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:
commit
c305b8b559
15
.github/pull_request_map_template.md
vendored
Normal file
15
.github/pull_request_map_template.md
vendored
Normal 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
15
.github/pull_request_module_template.md
vendored
Normal 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
|
6
.github/pull_request_template.md
vendored
6
.github/pull_request_template.md
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user