Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 7 additions & 6 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,13 @@ Test all contributions locally before submitting Pull Requests by running `./run

Relevant coding style guidelines are outlined in [CodingStyle.md](CodingStyle.md). This project uses [Ruff](https://docs.astral.sh/ruff/) for linting and formatting; run `uv run ruff format .` to format and `uv run ruff check .` to lint before submitting a Pull Request. Both run in CI, and the [pre-commit](https://pre-commit.com) hooks in `.pre-commit-config.yaml` apply them automatically on commit once installed with `uv run pre-commit install`.

## Reporting Feature Requests, Bugs, Vulnerabilities and other Issues

If you find a bug in ThunderCloud, please file a detailed report as a GitHub Issue. We currently do not utilize an Issue template, but please be as thorough as possible in your report. There is no such thing as too much information.

Likewise, if you have a Feature Request, please file a detailed Issue, explaining the feature's functionality and use cases. New Features should be beneficial to the broader community, so be sure to consider that before filing.

If you have identified a potential security vulnerability in ThunderCloud, follow [these steps](SECURITY.MD) to report it privately.

## Recognizing Contributions

Expand All @@ -28,9 +35,3 @@ This project uses the [All Contributors](https://allcontributors.org) bot to rec

See the [emoji key](https://allcontributors.org/docs/en/emoji-key) for the full list of contribution types. The bot opens a pull request updating the README and `.all-contributorsrc`.


## Reporting Feature Requests, Bugs and other Issues

If you find a bug in ThunderCloud, please file a detailed report as a GitHub Issue. We currently do not utilize an Issue template, but please be as thorough as possible in your report. There is no such thing as too much information.

Likewise, if you have a Feature Request, please file a detailed Issue, explaining the feature's functionality and use cases. New Features should be beneficial to the broader community, so be sure to consider that before filing.
3 changes: 3 additions & 0 deletions SECURITY.MD
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Security

If you've found a vulnerability or a potential vulnerability in ThunderCloud, please let us know using the 'Report a vulnerability' button under the [Security and quality > Advisories](https://github.com/EarthSpark/thundercloud/security/advisories) section of the project.
Loading