Skip to content

Commit

Permalink
docs: update CONTRIBUTING.md (#2876)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamestrew committed Jan 18, 2024
1 parent da8b3d4 commit 43cabe5
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions CONTRIBUTING.md
@@ -1,8 +1,10 @@
# Contributing

## Submitting a new feature

Thanks for taking the time to submit code to Telescope if you're reading this! We love having new contributors and love seeing the Neovim community come around this plugin and keep making it better. If you are submitting a new PR with a feature addition, please make sure that you add the appropriate documentation. For examples of how to document a new picker for instance, check the `lua/telescope/builtin/init.lua` file to see how we write function headers for all of the pickers there. To learn how we go about writing documentation for this project, keep reading below!
Thanks for taking the time to submit code to Telescope if you're reading this!
We love having new contributors and love seeing the Neovim community come around this plugin and keep making it better.
Currently, our focus is on maintaining the robustness and reliability of existing features, which means we are prioritizing bug fixes and improvements to what's already here.
If you're submitting a new feature, please be aware that while we appreciate your effort, our capacity to integrate and maintain new features is limited at this time.
To learn how we go about writing documentation for this project, keep reading below!

## Documentation with treesitter

Expand Down

0 comments on commit 43cabe5

Please sign in to comment.