-
Notifications
You must be signed in to change notification settings - Fork 0
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 #2 from adrianschlatter/develop
* fix a problem that prevented links to documents from being rendered * improve README * add CONTRIBUTING and CODE OF CONDUCT
- Loading branch information
Showing
6 changed files
with
175 additions
and
61 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,16 @@ | ||
# Code of Conduct | ||
|
||
Everyone interacting in this project is expected to follow the [PSF Code of | ||
Conduct]. This includes all infrastructure used in the development, such as | ||
codebases, issue trackers, chat rooms, and mailing lists. | ||
|
||
In general, this means that everyone is expected to be **open**, | ||
**considerate**, and **respectful** of others no matter what their position is | ||
within the project. | ||
|
||
|
||
## Reporting | ||
|
||
All incidents should be reported by emailing [email protected]. | ||
|
||
[PSF Code of Conduct]: https://www.python.org/psf/conduct/ |
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,51 @@ | ||
# How to contribute | ||
|
||
Thank for considering a contribution! Any help is greatly appreciated. | ||
|
||
|
||
## Did you find an issue? | ||
|
||
* Check whether your issue has already been reported by searching under | ||
[existing issues](https://github.com/adrianschlatter/ppf.webref/issues). | ||
|
||
* If don't find an issue addressing the problem, open a new issue. | ||
|
||
* Choose a meaningful title, describe clearly what you consider to be a | ||
problem. | ||
|
||
* If possible, provide example code or other means to make it easy for a | ||
maintainer to reproduce your problem. | ||
|
||
|
||
## Contributing Code | ||
|
||
You want to help with a bug or contribute a feature? The [development | ||
docs](./dev/DEVDOCS.md) might help you along. | ||
|
||
You already have a solution for an issue or a new feature? All the better! A | ||
pull request ("PR") is what you want to do. | ||
|
||
* Open a new | ||
[pull-request](https://github.com/adrianschlatter/ppf.webref/pulls) | ||
with your patch. | ||
|
||
* Try to create PRs that address a specific issue/feature/topic. | ||
|
||
* Avoid PRs containing an assortment of unrelated fixes and features. Better | ||
split it into separate PRs for each topic. | ||
|
||
* Clean up your code before creating a pull request: Remove code that you have | ||
commented out for debugging, remove test code you have added. | ||
|
||
* Make sure the PR's description clearly describes the problem and your | ||
solution. Include relevant issue numbers if appropriate. | ||
|
||
* You increase the chances of quick acceptance of your PR significantly if you | ||
have taken measures to assure quality (such as writing and passing tests). | ||
|
||
|
||
## Final remarks | ||
|
||
Currently, ppf.webref is maintained in the spare time of a single person | ||
having a family and a job. If you do not get immediate feedback to your issue | ||
or pull request, please have some patience. |
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
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