docs: Update CONTRIBUTING.md

This commit is contained in:
Meng Zhang 2024-06-26 20:53:03 +08:00 committed by GitHub
parent 6b8422ae51
commit 2bbfb61b27
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -114,3 +114,7 @@ Most issues will have a link to the related location in the code, and if they do
You can feel free to open PRs that aren't quite ready yet, to work on them. If you do this, please make sure to [mark the pull request as a draft](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-stage-of-a-pull-request).
Once your PR is ready, please request review from one of the [Tabby team members](https://github.com/orgs/TabbyML/people), and watch for replies asking for any changes. Once approved, you can merge your code into Tabby!
# Changelog
Tabby used [changie](changie.dev) to track unreleased features, it's preferred the changelog is added as part of implementation pr. To create an unreleased feature, use `change new` command.