mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-07-07 13:05:02 +00:00
docs: update localization and maintainers section (#1629)
* docs: update localization and maintainers section * build: generate docs
This commit is contained in:
parent
e3f41f81ef
commit
d3bcef5fd9
3 changed files with 4 additions and 25 deletions
|
@ -12,6 +12,10 @@ Generally it's fine to just work on these kinds of things and put a pull-request
|
|||
If you want to find something to fix or work on keep a look out for the [`bug`](https://github.com/Myriad-Dreamin/tinymist/issues?q=is%3Aissue+is%3Aopen+label%3Abug) and [`enhancement`](https://github.com/Myriad-Dreamin/tinymist/issues?q=is%3Aissue+is%3Aopen+label%3Aenhancement)
|
||||
labels. Among issues, the [`good first issue`](https://github.com/Myriad-Dreamin/tinymist/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22) label is a good place to start.
|
||||
|
||||
## Localization
|
||||
|
||||
Tinymist is localized in multiple languages. You can contribute to the localization of Tinymist by translating or correcting the locale files in the [locales](./locales) folder. This is also a good start of contributing to the project.
|
||||
|
||||
## Implementing a new feature
|
||||
|
||||
It's advised to first open an issue for any kind of new feature so the team can tell upfront whether the feature is desirable or not before any implementation work happens. We want to minimize the possibility of someone putting a lot of work into a feature that is then going to waste as we deem it out of scope (be it due to generally not fitting in with tinymist, or just not having the maintenance capacity). If there already is a feature issue open but it is not clear whether it is considered accepted feel free to just drop a comment and ask!
|
||||
|
|
13
README.md
13
README.md
|
@ -169,19 +169,6 @@ If you are interested by any above features, please feel free to send Issues to
|
|||
|
||||
Please read the [CONTRIBUTING.md](CONTRIBUTING.md) file for contribution guidelines.
|
||||
|
||||
## Localization
|
||||
|
||||
Tinymist is localized in multiple languages. You can contribute to the localization of Tinymist by translating or correcting the locale files in the [locales](./locales) folder. This is also a good start of contributing to the project.
|
||||
|
||||
## Maintainers
|
||||
|
||||
Get list of maintainers from [Maintainers Page](https://github.com/Myriad-Dreamin/tinymist/blob/main/MAINTAINERS.md). Or programmatically by `yarn maintainers`
|
||||
|
||||
> [!NOTE]
|
||||
>
|
||||
> You can add extra arguments for specific information. For example, `yarn maintainers --input="action=maintainers"`.
|
||||
|
||||
|
||||
## Sponsoring
|
||||
|
||||
Tinymist thrives on community love and remains proudly independent. While we don't accept direct project funding, we warmly welcome support for our maintainers' personal efforts. Please go to [Maintainers Page](https://github.com/Myriad-Dreamin/tinymist/blob/main/MAINTAINERS.md) and [Contributors Page](https://github.com/Myriad-Dreamin/tinymist/graphs/contributors) and find their personal pages for more information. It is also welcomed to directly ask questions about sponsoring on the [GitHub Issues](https://github.com/Myriad-Dreamin/tinymist/issues/new).
|
||||
|
|
|
@ -119,18 +119,6 @@ If you are interested by any above features, please feel free to send Issues to
|
|||
|
||||
Please read the #link("CONTRIBUTING.md")[CONTRIBUTING.md] file for contribution guidelines.
|
||||
|
||||
== Localization
|
||||
|
||||
Tinymist is localized in multiple languages. You can contribute to the localization of Tinymist by translating or correcting the locale files in the [locales](./locales) folder. This is also a good start of contributing to the project.
|
||||
|
||||
== Maintainers
|
||||
|
||||
Get list of maintainers from #link("https://github.com/Myriad-Dreamin/tinymist/blob/main/MAINTAINERS.md")[Maintainers Page]. Or programmatically by `yarn maintainers`
|
||||
|
||||
#note-box[
|
||||
You can add extra arguments for specific information. For example, `yarn maintainers --input="action=maintainers"`.
|
||||
]
|
||||
|
||||
== Sponsoring
|
||||
|
||||
Tinymist thrives on community love and remains proudly independent. While we don't accept direct project funding, we warmly welcome support for our maintainers' personal efforts. Please go to #link("https://github.com/Myriad-Dreamin/tinymist/blob/main/MAINTAINERS.md")[Maintainers Page] and #link("https://github.com/Myriad-Dreamin/tinymist/graphs/contributors")[Contributors Page] and find their personal pages for more information. It is also welcomed to directly ask questions about sponsoring on the #link("https://github.com/Myriad-Dreamin/tinymist/issues/new")[GitHub Issues].
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue