mirror of
https://github.com/stashapp/Stash-Docs.git
synced 2025-12-10 00:41:30 -06:00
2.1 KiB
2.1 KiB
Contributing
Pull requests are welcome. If you are unfamilair with MkDocs/Material for MkDocs structure, look through their documentation for general idea for how it's structured and handy references.
Contributing from the site via edit button
- At the top of every page you will find an edit button
- Clicking on it will open GitHub where you will be met with a message about not being able to edit directly.
- Click
Fork this repository. - You should see the text editor now.
- Make the changes to the page you want and scroll to the bottom.
- Add a short comment to explain your changes and click
Propose changes. - Next page might look complicated, but all you need to do next is click
Create pull request. - Here you can adjust the title and/or add an extra comment and then click
Create pull request. - That's it!
Contributing directly from the repository
- Go to the
docsfolder. - Open any .md file and click 🖉 (or
Eon your keyboard) to start editing. - Make the changes to the page you want and scroll to the bottom.
- Add a short comment to explain your changes and click
Propose changes. - Next page might look complicated, but all you need to do next is click
Create pull request. - Here you can adjust the title and/or add an extra comment and then click
Create pull request. - That's it!
Contributing from the forked repository
- Click
Forkbutton at the top right. - Click
Create fork. - Go to the
docsfolder. - Open any .md file and click 🖉 (or
Eon your keyboard) to start editing. - Make the changes to the page you want and scroll to the bottom.
- Add a short comment to explain your changes and select
Create a new branch for this commit and start a pull request.. You can name the branch whatever you want or leave the default. - Click
Propose changes. - Next page might look complicated, but all you need to do next is click
Create pull request. - Here you can adjust the title and/or add an extra comment and then click
Create pull request. - That's it!