Skip to content

Commit

Permalink
docs: add section on providing feedback on upcoming features (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikavilpas authored Jul 8, 2024
1 parent a2f7832 commit b9f393f
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions COMMUNITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ I started this project because I think it's fun to build cool things, and also
to learn how to build a neovim plugin. I have been very happy to see that many
people have found this useful.

This document lists some ways you can contribute to this project.

## Please share your ideas and feedback

There are many different kinds of people using this. I have been programming
Expand All @@ -28,3 +30,16 @@ I want to encourage you to share your ideas and feedback:
- give feedback on upcoming features and development ideas
- tip: you can use the GitHub `watch` feature to get notified about new
discussions and comments.

## Provide feedback on upcoming features

Generally, all new features will be opened as pull requests on GitHub. If you
want to provide feedback on upcoming features, you can

- follow new pull requests on GitHub (e.g. set
`watch -> custom -> pull requests`)
- similarly, follow issues

To test pull requests locally, you can use `branch = "feature-branch-name"` in
your lazy.nvim plugin spec. See the lazy.nvim documentation for more
information: <https://lazy.folke.io/spec#spec-versioning>.

0 comments on commit b9f393f

Please sign in to comment.