Contributing to Front Matter CMS
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 ❤️
Reporting bugs and suggesting new features
If you find a bug or have an idea for a new feature, please create an issue in the GitHub repository.
Improving the documentation
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.
Improving the code
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.
Translating the extension
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
Importantyou can only add translations for languages that are supported by Visual Studio Code. Check the available locales for more information.
Feedback/comments
Did you spot an issue in our documentation, or want to contribute? Edit this page on Github!