Skip to content

Commit

Permalink
refactor: Update CONTRIBUTING.md (#4402)
Browse files Browse the repository at this point in the history
  • Loading branch information
BeebBeebBoob authored Feb 14, 2024
1 parent 9977537 commit 579f622
Showing 1 changed file with 20 additions and 14 deletions.
34 changes: 20 additions & 14 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,22 +56,28 @@ actual development.

* While we have no issue helping contributors (and especially new contributors) bring reasonably sized contributions up to standards via the pull request review process, larger contributions are expected to pass a higher bar of completeness and code quality *before* you open a pull request. Maintainers may close such pull requests that are deemed to be substantially flawed. You should take some time to discuss with maintainers or other contributors on how to improve the changes.

#### Using Changelog
* Tags used in changelog include add/rscadd, del/rscdel, fix/fixes, typo/spellcheck.
* Without specifying a name it will default to using your GitHub name.
Some examples
```
:cl:
add: The ability to change the color of wires
del: Deleted depreciated wire merging now handled in parent
fix: Moving wires now follows the user input instead of moving the stack
/:cl:
```
#### Использование Changelog
Перед вашим заголовком PR, требуется поставить корректный тэг, чтобы в игре Changelog его правильно отображал.

Пример:
```
:cl: N3X15
typo: Fixes some misspelled words under Using Changelog
/:cl:
bugfix: clothing removes itself trying to adjust it.
add: new lavaland elite mob
```
Список тегов для PRa:
* **add:** если Вы добавили новую фичу
* **admin:** если меняете что-то важно связанное с администрацией.(Кнопки, управления, панели, щитспавн)
* **balance:** если производите балансировку в игре.(Изменение цифры урона, баффы или нерфы предмета/моба)
* **bugfix:** если Вы исправили некий баг
* **code_imp:** если имплементируете новое для билда, не меняя при этом ничего в самой игре.
* **config:** если меняете перестановку конфигов или меняете работу SQL. (По этому поводу обращаться стоит с хосту)
* **imageadd:** если просто поменяли спрайты, без затрагивания кода
* **soundadd:** если просто добавили новые звуки, без затрагивания кода
* **spellcheck:** если исправляете грамматику в коде.
* **tweak:** если Вы сделали незначительную правку (например изменили одно число на другое)
* **refactor:** если Вы полностью переписали старый код, улучшив его, НО не изменив функционал
* **qol:** если Ваше изменение не влияет на баланс, а только улучшает взаимодействие между игрой и игроком
* **wip:** если Ваш PR в драфте и планируется длительная разработка (можно не ставить)


## Specifications
Expand Down

0 comments on commit 579f622

Please sign in to comment.