Newer
Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<!-- If you have any questions about anything don't hesitate to ask in this merge request or by creating a new issue -->
#### Description and notes
<!-- Describe what you have done and why. -->
<details><summary>Merge Checklist</summary>
<!---
Check all that apply by replacing the space inside the square brackets with an x ([x] for example)
This is to help us streamline the merging process
It is not a list of requirements
-->
- [ ] I have read [CONTRIBUTING.md](https://gitgud.io/pregmodfan/fc-pregmod/-/blob/pregmod-master/CONTRIBUTING.md)
- and
- my code editor has
- [ ] ESLint support enabled
- [ ] TypeScript support enabled
- [ ] some form of spell checker
- We suggest using a spell checker compatible with cSpell if possible
- [ ] my changes compile successfully and seem to work properly
- [ ] I am using the simple compiler (`simple-compiler.[bat or sh]`)
- [ ] I am using the normal compiler (`compile.[bat or sh]`)
- [ ] this is my first merge request
- [ ] the changes in this merge request comply with the [coding style defined in CONTRIBUTING.md](https://gitgud.io/pregmodfan/fc-pregmod/-/blob/pregmod-master/CONTRIBUTING.md#code-style)
</details>
<details><summary>Changes made</summary>
- Some change
- Another change
</details>
#### Things left to do
<!-- A todo list of things that you think still need done before merging -->
- [ ] code review (this is done by one or more people other than you)
- [ ] final tests
- [ ] let Pregmodder know that this is ready for merging