title | slug | description | date | lastmod | weight |
---|---|---|---|---|---|
Contributing |
contributing |
2023-08-20 11:51:04 UTC |
2023-08-20 12:09:56 UTC |
1200 |
There are many ways you can contribute to Front Matter CMS. You can help us by:
- Reporting bugs
- Suggesting new features
- Improving the documentation
- Improving the code
- Translating the extension
- Spreading the word ❤️
If you find a bug or have an idea for a new feature, please create an issue in the GitHub repository.
If you find a typo or want to improve the documentation, you can do so by editing the documentation directly on GitHub.
The source of the documentation can be found in the GitHub repository.
If you want to improve the code, you can do so by creating a pull request.
The source code of the extension can be found in the GitHub repository.
If you want to help us translate the extension to your language, you best follow these steps:
- Fork the GitHub repository
- Create a new
bundle.<language>.json
file in thel10n
folder - Create a new
package.nls.<language>.json
file in root - Run the
npm run localization:sync
command, this will automatically fill the new files with the default values - Translate all values prefixed with
🚧:
- Once the translation is done, create a pull request and we will review it
Important: you can only add translations for languages that are supported by Visual Studio Code. Check the available locales for more information.