diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index bdac58b7..9b823ef7 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -14,6 +14,10 @@ ### Code of Conduct + We do not accept Pull Requests for additions that do not use this template. + If you open a Pull Request that was written using AI or does not use this + form we will close it without reviewing it or discussing it. + We are not here to argue with you. If you are argumentative, abusive, lie or missrepresent your service or are otherwise anti-social we will block you. diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md new file mode 100644 index 00000000..b2c41fb6 --- /dev/null +++ b/CODE_OF_CONDUCT.md @@ -0,0 +1,10 @@ + ### Code of Conduct + + We do not accept Pull Requests for additions that do not use this template. + If you open a Pull Request that was written using AI or does not use this + form we will close it without reviewing it or discussing it. + + We are not here to argue with you. If you are argumentative, abusive, + lie or missrepresent your service or are otherwise anti-social we will + block you. + diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 00000000..23391b0d --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,49 @@ +# Free SaaS Offering Submission + +Thank you for contributing to this list. This list is for **SaaS** +services that offer a **free tier** to help developers evaluate and +build something that users can later use and get support for. + +The focus of this list is quite broad but we try to keep things +limited to that which infrastructure developers, like DevOps Practitioners, +would find useful. + +This list is the result of more than a thousand people contributing +to make something useful, we appreciate your efforts. + +# Contributing + +## Services we do not accept + + * cPanel like PHP + MySQL hosting services. + * Free dns services that are generic frontends to CloudFlare or similar + * Services that are verbatim copy pastes of others while adding no value + * Fake / Temporary / Ephemeral email generators, we have enough of those + * Generic developer "toolbox" sites - format converters, calculators etc, + we have too many already and more will not add value + +## New Submission + +Review which services we do and do not accept above. + +Open a Pull Request and fill in the PR template. New submissions that +do not follow the PR template guidance and tick all the boxes, or simply +do not use the template at all will be closed without discussion. + +## Updating an existing submission + +Open a Pull Request and make the edit you wish to make, you do not need +to follow the guidance in the template or tick any boxes. But, still, we +do not accept AI generated edits and if it is clear that it was done with AI +we will close it without discussion. + +# Code of Conduct + +We do not accept Pull Requests for additions that do not use this template. +If you open a Pull Request that was written using AI or does not use this +form we will close it without reviewing it or discussing it. + +We are not here to argue with you. If you are argumentative, abusive, +lie or missrepresent your service or are otherwise anti-social we will +block you. +