Update CONTRIBUTING.md

Signed-off-by: Patrice Chalin <chalin@users.noreply.github.com>
This commit is contained in:
Patrice Chalin
2022-07-15 10:24:37 -04:00
committed by GitHub
parent b473f8f8fe
commit fbe6ad6498
+7 -1
View File
@@ -36,10 +36,16 @@ You can also use this process if you have an idea for a good plugin but you hope
Since there is such a large landscape of possible development, build, and deployment environments, we welcome community contributions in these areas in the [`/contrib`](https://github.com/backstage/backstage/tree/master/contrib) folder of the project. This is an excellent place to put things that help out the community at large, but which may not fit within the scope of the core product to support natively. Here, you will find Helm charts, alternative Docker images, and much more.
### Write Documentation
### Write Documentation or improve the website
The current documentation is very limited. Help us make the `/docs` folder come alive.
Docs are published to [backstage.io/docs](https://backstage.io/docs). If you
contribute to the documentation, you might want to preview your changes before
submitting them. You'll find the website sources under [/microsite](/microsite)
with instructions for building and locally serving the website in the
[README](/microsite#readme).
### Contribute to Storybook
We think the best way to ensure different plugins provide a consistent experience is through a solid set of reusable UI/UX components. Backstage uses [Storybook](http://backstage.io/storybook).