diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..bd42eec --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,15 @@ +## How to contribute + +For any contribution you had in mind, please open a detailed issue on what you are contributing and why. This way, there can be room to have a productive discussion before any code is written. It can be discussed if the contribution is a good fit for this project, fine tune contribution goals, and more. +Feel free to drop into the [100 Automations slack](https://hackforla.slack.com/archives/C018S5TCQE7) to reach out to me to ask any questions. + +## Testing +As of right now, there are no concrete testing practices. Tests on any further development will be implemented are done using [pytest](https://docs.pytest.org/en/stable/). If you would like to contribute, it would be best to use jest so that the project isn't dependent on multiple testing libraries. + +## Submitting changes +Please fork this repository and create a Pull Request to this project from that fork ([How to fork a repo](https://docs.github.com/en/github/getting-started-with-github/fork-a-repo)). In that pull request, please include thorough tests for whatever feature you are adding. If you would just like to submit more or better tests for currently existing features, that would also be much appreciated and helpful. +Please only add one feature per pull request and have clear commit messages in them. + +## Coding conventions +Please add code in a similar style/fashion to how code is currently written. +Thank you for being interested in contributing. diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 0000000..4dc0351 --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,4 @@ +## Security Policy +### Reporting a Vulnerability + +Feel free to drop into the 100 Automations slack and @ mention me (@Sophia Alice) to report any vulnerabilities. If you are not a member of the Hack for LA slack you can join [here](https://hackforla.org/slack) diff --git a/SUPPORT.md b/SUPPORT.md new file mode 100644 index 0000000..14baf03 --- /dev/null +++ b/SUPPORT.md @@ -0,0 +1,7 @@ +Detailed documentation is included in the [readme](https://github.com/100Automations/github-actions/blob/master/README.md). + +For any questions, please feel free to drop into the [100 Automations slack](https://hackforla.slack.com/archives/C018S5TCQE7) and @ mention me (@Sophia Alice) to ask any questions. If you are not a member of the Hack for LA slack you can join [here](https://hackforla.org/slack). + +For any issues and non-security related bugs that feel like they could be resolved through development, please open a detailed issue on the issue and why. This way, there can be room to have a productive discussion before any changes are made. It can be discussed if the change is a good fit for this project, fine tune goals, and more. + +If you would like to contribute code in response to any issues or support related needs, see the Contributing Guide.