Ignore dependencies.

This commit is contained in:
Cody Cook 2024-05-06 22:23:37 -07:00
commit 29bbc08f26
2 changed files with 53 additions and 0 deletions

1
.gitignore vendored
View file

@ -2,3 +2,4 @@
/.idea
/fontawesome-free-6.5.2-web/
/_form/
/vendor/

52
CONTRIBUTING.md Normal file
View file

@ -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!