mirror of
https://github.com/gofiber/fiber.git
synced 2025-05-31 03:42:48 +00:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
7017001921
2
.github/pull_request_template.md
vendored
2
.github/pull_request_template.md
vendored
@ -19,7 +19,7 @@ Please delete options that are not relevant.
|
||||
- [ ] For new functionalities I follow the inspiration of the express js framework and built them similar in usage
|
||||
- [ ] I have performed a self-review of my own code
|
||||
- [ ] I have commented my code, particularly in hard-to-understand areas
|
||||
- [ ] I have made corresponding changes to the documentation - https://github.com/gofiber/docs for https://docs.gofiber.io/
|
||||
- [ ] I have made corresponding changes to the documentation - /docs/ directory for https://docs.gofiber.io/
|
||||
- [ ] I have added tests that prove my fix is effective or that my feature works
|
||||
- [ ] New and existing unit tests pass locally with my changes
|
||||
- [ ] If new dependencies exist, I have checked that they are really necessary and agreed with the maintainers/community (we want to have as few dependencies as possible)
|
||||
|
2
.github/workflows/auto-labeler.yml
vendored
2
.github/workflows/auto-labeler.yml
vendored
@ -16,6 +16,6 @@ jobs:
|
||||
steps:
|
||||
- name: Check Labels
|
||||
id: labeler
|
||||
uses: fuxingloh/multi-labeler@v1
|
||||
uses: fuxingloh/multi-labeler@v2
|
||||
with:
|
||||
github-token: ${{secrets.GITHUB_TOKEN}}
|
||||
|
Loading…
x
Reference in New Issue
Block a user