-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #67 from creative-commoners/pulls/master/meta
DOC Add default health files
- Loading branch information
Showing
3 changed files
with
81 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# Contributing | ||
|
||
Any open source product is only as good as the community behind it. You can participate by sharing code, ideas, or simply helping others. No matter what your skill level is, every contribution counts. | ||
|
||
See our [high level overview](https://silverstripe.org/contributing-to-silverstripe) on silverstripe.org on how you can help out. | ||
|
||
## Copyright | ||
|
||
**IMPORTANT: By supplying code to the Silverstripe core team in issues and pull requests, you agree to assign copyright of that code to Silverstripe Limited, on the condition that Silverstripe Limited releases that code under the BSD license.** | ||
|
||
We ask for this so that the ownership in the license is clear and unambiguous, and so that community involvement doesn't stop us from being able to continue supporting these projects. By releasing this code under a permissive license, this copyright assignment won't prevent you from using the code in any way you see fit. | ||
|
||
## Contributing code | ||
|
||
Read the guide on [contributing code](https://docs.silverstripe.org/en/contributing/code/). | ||
|
||
## Reporting security issues | ||
|
||
Please report security issues to [[email protected]](mailto:[email protected]) rather than raising a public facing github issue. | ||
|
||
For more infomation read about [reporting security issues](https://docs.silverstripe.org/en/contributing/issues_and_bugs/#reporting-security-issues). | ||
|
||
## Code of conduct | ||
|
||
Read the [code of conduct](https://docs.silverstripe.org/en/project_governance/code_of_conduct/) guide. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
# Support | ||
|
||
The issue tracker is reserved for reporting bugs and we don't provide support through it. Support tickets opened via the issue tracker will be closed. | ||
|
||
If you require support there are two types of support available: community support and commercial support. | ||
|
||
## Community support | ||
|
||
Community support is provided by members of our open source community and is provided out of their good will. Please be kind, polite and corteous to those that try to help you; you may wish to refer to our [code of conduct](https://docs.silverstripe.org/en/project_governance/code_of_conduct/). | ||
|
||
You can find support via: | ||
|
||
- [Slack](https://Silverstripe.org/slack) | ||
- [Forum](https://forum.Silverstripe.org) | ||
- [Stack Overflow (remember to tag as Silverstripe)](https://stackoverflow.com/questions/tagged/Silverstripe) | ||
|
||
We recommend choosing from the above support options based on the nature of your question: | ||
|
||
### Are you looking for an answer to a quick question or a recommendation for an approach or suitable Silverstripe module? | ||
|
||
The Silverstripe community Slack has a wealth of active Silverstripe developers active daily. Remember that those who contribute usually do so in their free time so be considerate when messaging people directly. Consider if your issue might benefit another developer before choosing Slack. An alternate forum like StackOverflow may help other developers that are experiencing the same issue find a resolution. | ||
|
||
### Are you looking for detailed feedback on a suggestion or module you have developed? | ||
|
||
Try starting a discussion in the community forum. Developers and users alike use the forum to keep up to date with the Silverstripe community and contributions that people are making or discussing. | ||
|
||
### Do you have some code you've tried that isn't working? | ||
|
||
Your question will likely be best on Stack Overflow. You can add some detail about what you're trying to achieve and include some code that you have tried. Stack Overflow is a good forum for answers to be detailed and become available in the future for other developers in your position. Remember to [follow the guidance on Stack Overflow](https://stackoverflow.com/help/how-to-ask) for asking good questions! | ||
|
||
### More information | ||
|
||
For more information please see our [community page](https://www.silverstripe.org/community/#introduction). | ||
|
||
## Commercial support | ||
|
||
If you require a higher level of support with an SLA, you may want to consider commercial support provided by Silverstripe Ltd, a Professional Partner or another Silverstripe agency. | ||
|
||
Please see the [Silverstripe Developer Directory](https://www.silverstripe.org/community/developer-and-partner-directory/) for more information. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
Silverstripe CMS is a customisable and developer friendly content management system for creating and managing dynamic websites. | ||
|
||
### Developer documentation | ||
|
||
See [docs.silverstripe.org](https://docs.silverstripe.org) for developer documentation. | ||
|
||
### API documention | ||
|
||
See [api.silverstripe.org](https://api.silverstripe.org) for automatically generated API documentation. | ||
|
||
### Getting support | ||
|
||
See [SUPPORT.md](/SUPPORT.md) for information on getting support. | ||
|
||
### Contributing code | ||
|
||
See [CONTRIBUTING.md](/CONTRIBUTING.md) for information on contribute code, reporting security issues and code of conduct. |