Skip to content

Commit

Permalink
Improve Contributin session of docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mstuttgart committed Nov 23, 2024
1 parent acf7681 commit f4bb6b9
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 38 deletions.
9 changes: 4 additions & 5 deletions docs/source/dev/contributing.rst → CONTRIBUTING
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Contributing
.. _prs: https://github.com/mstuttgart/brazilcep/pulls
.. _`main branch`: https://github.com/mstuttgart/brazilcep/tree/main

Thanks for considering contributing! Please read this document to learn the
Thanks for considering contributing! Please read this document to learn the
various ways you can contribute to this project and how to go about doing it.

Bug reports and feature requests
Expand All @@ -15,11 +15,11 @@ Did you find a bug?
-------------------

First, do `a quick search <https://github.com/mstuttgart/brazilcep/issues>`_ to see whether your issue has already been reported.
If your issue has already been reported, please comment on the existing issue. Otherwise,
If your issue has already been reported, please comment on the existing issue. Otherwise,
open `a new GitHub issue <https://github.com/mstuttgart/brazilcep/issues>`_.

Be sure to include a clear title
and description. The description should include as much relevant information as possible and should explain how
and description. The description should include as much relevant information as possible and should explain how
to reproduce the erroneous behavior as well as the behavior you expect to see.
Ideally you would include a code sample or an executable test case demonstrating the expected behavior.

Expand Down Expand Up @@ -47,7 +47,7 @@ Contributing with fixes and new features
When contributing with fixes and new features, please start forking/branching
from the `main branch`_ to work on the latest code and reduce merging issues.

Contributed PRs_ are required to include valid test coverage in order to be merged.
Contributed PRs_ are required to include valid test coverage in order to be merged.
Please don't hesitate to ask for help if you need one with the tests.

Thanks a lot for your support.
Expand Down Expand Up @@ -133,4 +133,3 @@ __ https://www.sphinx-doc.org/en/master/usage/restructuredtext/basics.html


Thanks for your contribution!

31 changes: 0 additions & 31 deletions CONTRIBUTING.md

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ Documentation for the current version of BrazilCEP is available [here](https://b

## Contribute

See this _guideline_ [here](https://github.com/mstuttgart/brazilcep/blob/develop/CONTRIBUTING.md).
See this _guideline_ [here](https://brazilcep.readthedocs.io/contributing.html).

## Credits

Expand Down
1 change: 1 addition & 0 deletions docs/source/contributing.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.. include:: ../../CONTRIBUTING
2 changes: 1 addition & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ you.
.. toctree::
:maxdepth: 3

dev/contributing
contributing

Release History
---------------
Expand Down

0 comments on commit f4bb6b9

Please sign in to comment.