-
Notifications
You must be signed in to change notification settings - Fork 15
Add CONTRIBUTING.md #13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
@Pangoraw: I think adding these contributing guidelines is a good idea. I'm also wondering if we should enable the Wiki to gather some config options etc. What do you think? |
Do you have something specific in mind? Github wikis don't have a lot of visibility, so if we do add one, it should be mentioned prominently in the README |
For instance, the wiki here helped me a lot to get running. There's a FAQ and Troubleshooting section in the README that points to their wiki. Discussions could be another option. |
|
Documenting the captures that are not defined in Zed's themes is a good idea. I don't know how many of these there are? I agree that Wikis have poor visibility; maybe a list in the README is okay if there are not that many? Or maybe an example theme override config that covers all the ones missing in default themes? In my experience, Wikis work well when there is a large amount of information that is not relevant to everyone, for example the Neovim Wiki pages with instructions for setting up LSP for a myriad of different programming languages. However, for things that "most people" are likely to encounter, it makes sense to put it in the README, because that's where most people go first when troubleshooting. |
|
We're currently using: Zed's default themes are here. They contain some more tokens we don't use. I can write a short introduction with the table above and append it to the README or put it somewhere else? |
|
Hmm, that is quite a few. Maybe a Wiki page and a prominent mention in the README is appropriate in this case. It can always be moved if it becomes clear that people aren't finding it. |
Pangoraw
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Pangoraw: I think adding these contributing guidelines is a good idea. I'm also wondering if we should enable the Wiki to gather some config options etc. What do you think?
I agree that this is a good idea, thanks @savq !
We can also enable the wiki if there is a need for it, though I would personally prefer having the docs in the repo so that it is easier to keep in sync when making changes.
Good, I suggest we merge this PR, then I'll make a separate one to extend the README. |
No description provided.