27 lines
1.0 KiB
Markdown
27 lines
1.0 KiB
Markdown
|
---
|
||
|
name: Bug fix
|
||
|
about: Use this template if you're creating a pull request which fixes another bug or issue
|
||
|
title: ''
|
||
|
labels: bug
|
||
|
assignees: ''
|
||
|
|
||
|
---
|
||
|
|
||
|
### Preface
|
||
|
|
||
|
Please read our [Contributor Guidelines](https://github.com/fl0gic/smooth-chunks/blob/main/contributing.md) before
|
||
|
submitting any pull requests to this repository.
|
||
|
|
||
|
By submitting a pull request, you are indicating that you agree to the [Contributor License Agreement](https://github.com/fl0gic/smooth-chunks/blob/main/contributing.md#contributor-license-agreement-cla)
|
||
|
and that your code will be licensed irrecoverably under the GNU LGPLv3. If you do not agree to these terms, do not open
|
||
|
a pull request.
|
||
|
|
||
|
Please remove this section before submitting your pull request. Doing so indicates that you have read and acknowledged it.
|
||
|
|
||
|
### Linked Issues
|
||
|
Provide links to the issue(s) which will be closed upon merging this pull request. There must be an open issue for
|
||
|
pull requests which fix bugs or other issues.
|
||
|
|
||
|
### Proposed Changes
|
||
|
Provide a detailed description of what your pull request changes.
|