From 29bbc08f26114426b826ef151263600df2e69a75 Mon Sep 17 00:00:00 2001 From: Cody Cook Date: Mon, 6 May 2024 22:23:37 -0700 Subject: [PATCH] Ignore dependencies. --- .gitignore | 1 + CONTRIBUTING.md | 52 +++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 53 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/.gitignore b/.gitignore index abf4f42..5a15241 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /.idea /fontawesome-free-6.5.2-web/ /_form/ +/vendor/ diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..b9351a8 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,52 @@ +# Contributing + +Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**. + +## How to Contribute + +### Contributing Code + +This project originates on gitea.threefifteen.info. To contribute to the project, please follow these steps: + +- Sign up for an account at https://gitea.threefifteen.info +- Fork the project +- Create your feature branch (`git checkout -b feature/AmazingFeature`) +- Commit your changes (`git commit -am 'Add some AmazingFeature'`) +- Push to the branch (`git push origin feature/AmazingFeature`) +- Open a pull request +- Your pull request will be reviewed and merged +- If you have any questions, please contact me at [djmixhostingsoftware@codycook.us](mailto:djmixhostingsoftware@codycook.us) +- Thank you for your help! + +### Contributing Translations + +This project uses Crowdin to manage translations. If you would like to contribute a translation, please follow these steps: + +- Sign up for an account at https://crowdin.com +- Join the project at https://crowdin.com/project/djmixhostingsoftware +- Translate the strings +- Your translations will be reviewed and merged +- If you have any questions, please contact me at [djmixhostingsoftware@codycook.us](mailto:djmixhostingsoftware@codycook.us) +- Thank you for your help! + +## Reporting Bugs +Reporting bugs are an important part of contributing to the project. Please follow these steps: + +- Go to the [Issues](https://gitea.threefifteen.info/cody/dj_mix_hosting_software/issues) page +- Click on the "New Issue" button +- Fill out the form with as much detail as possible +- Click "Submit new issue" +- Your issue will be reviewed and addressed +- If you have any questions, please contact me at [djmixhostingsoftware@codycook.us](mailto:djmixhostingsoftware@codycook.us) +- Thank you for your help! + +## Feature Requests +Feature requests are an important part of contributing to the project. Please follow these steps: + +- Go to the [Issues](https://gitea.threefifteen.info/cody/dj_mix_hosting_software/issues) page +- Click on the "New Issue" button +- Fill out the form with as much detail as possible +- Click "Submit new issue" +- Your feature request will be reviewed and addressed +- If you have any questions, please contact me at [djmixhostingsoftware@codycook.us](mailto:djmixhostingsoftware@codycook.us) +- Thank you for your help! \ No newline at end of file