Skip to content
Snippets Groups Projects
default.md 1.52 KiB
Newer Older
<!-- 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