-
-
Notifications
You must be signed in to change notification settings - Fork 5
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 #260 from tpvasconcelos/239-community-health
Refactor community health files
- Loading branch information
Showing
10 changed files
with
106 additions
and
49 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
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 @@ | ||
github: [ tpvasconcelos ] |
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,5 @@ | ||
# Governance | ||
|
||
Thank you for your interest in ridgeplot! 🚀 | ||
|
||
For more details, please refer to our [contributing guidelines](https://ridgeplot.readthedocs.io/en/latest/development/contributing.html) and our standard [Code of Conduct](https://github.com/tpvasconcelos/ridgeplot?tab=coc-ov-file#readme). |
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,41 @@ | ||
## Description | ||
|
||
<!-- | ||
Please try to include a summary of your changes here. | ||
--> | ||
|
||
## Related issues | ||
|
||
<!-- | ||
If you're addressing an existing issue, please reference it here. | ||
You can use keywords like "closes", "fixes", or "resolves" to automatically close the issue when the PR is merged. | ||
--> | ||
|
||
## PR check list | ||
|
||
<!-- | ||
Sorry for the long list! | ||
Please try to tick all boxes below, even the ones that don't apply to your PR. | ||
This will let us know that at least you've considered these points. | ||
If you have any questions at all, don't hesitate to ask. We're here to help! | ||
The checklist below is only here to help you, not to scare you away! 🤓 | ||
--> | ||
|
||
- [ ] Read the [contributing guidelines](https://ridgeplot.readthedocs.io/en/latest/development/contributing.html). | ||
- You don't have to read the whole thing, but it's a good idea to skim it. And definitely take a look at it if you're experiencing any issues getting your local environment up and running. | ||
- [ ] Provided the relevant details in the PR's description. | ||
- [ ] Referenced relevant issues in the PR's description. | ||
- [ ] Added tests for all my changes. | ||
- The CI will fail unless 100% of all new code is covered by the tests. | ||
- [ ] Updated the docs for relevant changes. | ||
- [ ] New modules (or renamed ones) are included in `docs/api/internal/`. | ||
- [ ] New public functions/classes/variables are documented in `docs/api/index.rst`. | ||
- [ ] Added the appropriate `versionadded`, `versionchanged`, or `deprecated` [directives](http://www.sphinx-doc.org/en/stable/markup/para.html#directive-versionadded) to docstrings. | ||
- The version should be the next release version, which you can infer by bumping the minor version in `MAJOR.MINOR.PATCH` (e.g., if the current version is `0.2.3`, the next release will be `0.3.0`). | ||
- [ ] Changes are documented in `docs/reference/changelog.md`. | ||
- Please try to follow the conventions laid out in the file. In doubt, just ask! | ||
- [ ] Consider granting [push permissions to your PR's branch](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork), so maintainers can help you out if needed. | ||
- [ ] The CI check are all passing, or I'm working on fixing them! | ||
- [ ] I have reviewed my own code! 🤠 |
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,13 @@ | ||
# Support | ||
|
||
Thank you for your interest in ridgeplot! 🚀 | ||
|
||
I hope you can find the help you need in the following resources: | ||
|
||
- If you have any questions on how to use ridgeplot, please check our [getting started](https://ridgeplot.readthedocs.io/en/stable/getting_started/getting_started.html) guide first. | ||
- The API reference for the `ridgeplot()` function can be found [here](https://ridgeplot.readthedocs.io/en/stable/api/public/ridgeplot.ridgeplot.html). | ||
- For broader discussions, questions, or general feedback, please head over to our [GitHub Discussions](https://github.com/tpvasconcelos/ridgeplot/discussions) page. | ||
- If you have found an issue or would like to request a new feature, please [open an issue](https://github.com/tpvasconcelos/ridgeplot/issues/new/choose) on our GitHub repository. | ||
- If you would like to contribute to the project, please check our [contributing guidelines](https://ridgeplot.readthedocs.io/en/stable/development/contributing.html). | ||
|
||
Our response times may vary, but we'll get back to you as soon as we can! |
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
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
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
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