mirror of
https://git.sanhost.net/sanasol/hytale-f2p.git
synced 2026-02-26 06:41:47 -03:00
patch v2.0.11-beta: fix env issue in GA release, warn Intel Mac users, add com templates. (#115)
* fix: throw error for Intel Mac user * docs: first draft of issue and PR template * fix: env of curseforge API key and discord client ID
This commit is contained in:
27
.github/PULL_REQUEST_TEMPLATE/refactor.md
vendored
Normal file
27
.github/PULL_REQUEST_TEMPLATE/refactor.md
vendored
Normal file
@@ -0,0 +1,27 @@
|
||||
## Description
|
||||
Brief description of the refactoring changes.
|
||||
|
||||
## Related Issue
|
||||
Addresses # (issue number)
|
||||
|
||||
## Changes Made
|
||||
- List the refactored code sections
|
||||
- Describe what was improved (readability, performance, maintainability, etc.)
|
||||
|
||||
## Motivation
|
||||
Why was this refactoring necessary?
|
||||
|
||||
## Impact
|
||||
- Does this change affect any APIs or interfaces?
|
||||
- Are there any breaking changes?
|
||||
|
||||
## Testing
|
||||
- How was the refactored code tested?
|
||||
- Did existing tests pass?
|
||||
|
||||
## Checklist
|
||||
- [ ] Code is more readable and maintainable
|
||||
- [ ] No functionality was broken
|
||||
- [ ] Performance was not negatively impacted
|
||||
- [ ] All existing tests pass
|
||||
- [ ] New tests were added if necessary
|
||||
Reference in New Issue
Block a user