Skip to content

Commit

Permalink
Merge pull request #7 from Chilipp/contribute-fix
Browse files Browse the repository at this point in the history
Contribute fix
  • Loading branch information
Chilipp committed Feb 13, 2019
2 parents 9fc92ce + da57167 commit 71372f6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ This project and everyone participating in it is governed by the [straditize Cod

This section guides you through submitting a bug report for straditize. Following these guidelines helps maintainers and the community understand your report, reproduce the behavior, and find related reports.

Before creating bug reports, please check existing issues and pull requests as you might find out that you don't need to create one. When you are creating a bug report, please [include as many details as possible](#how-do-i-submit-a-good-bug-report). Fill out [the required template](.github/ISSUE_TEMPLATE.md), the information it asks for helps us resolve issues faster.
Before creating bug reports, please check existing issues and pull requests as you might find out that you don't need to create one. When you are creating a bug report, please [include as many details as possible](#how-do-i-submit-a-good-bug-report). Fill out [the required template](.github/issue_template.md), the information it asks for helps us resolve issues faster.

> **Note:** If you find a **Closed** issue that seems like it is the same thing that you're experiencing, open a new issue and include a link to the original issue in the body of your new one.
#### How Do I Submit A (Good) Bug Report?

Bugs are tracked as [GitHub issues](https://guides.github.com/features/issues/). Create an issue on straditize repository and provide the following information by filling in [the template](ISSUE_TEMPLATE.md).
Bugs are tracked as [GitHub issues](https://guides.github.com/features/issues/). Create an issue on straditize repository and provide the following information by filling in [the template](.github/issue_template.md).

Explain the problem and include additional details to help maintainers reproduce the problem:

Expand Down Expand Up @@ -73,7 +73,7 @@ Enhancement suggestions are tracked as [GitHub issues](https://guides.github.com

### Pull Requests

* Fill in [the required template](.github/PULL_REQUEST_TEMPLATE.md)
* Fill in [the required template](.github/pull_request_template.md)
* Do not include issue numbers in the PR title
* Include screenshots and animated GIFs in your pull request whenever possible.
* Document new code based on the [Documentation Styleguide](#documentation-styleguide)
Expand Down
12 changes: 7 additions & 5 deletions docs/contribute.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,11 @@ Code of Conduct
---------------

This project and everyone participating in it is governed by the
`straditize Code of Conduct <CODE_OF_CONDUCT.md>`__. By participating,
`straditize Code of Conduct`_. By participating,
you are expected to uphold this code.

.. _straditize Code of Conduct: https://github.com/Chilipp/straditize/blob/master/CODE_OF_CONDUCT.md

How Can I Contribute?
---------------------

Expand All @@ -33,8 +35,8 @@ Before creating bug reports, please check existing issues and pull
requests as you might find out that you don't need to create one. When
you are creating a bug report, please `include as many details as
possible <#how-do-i-submit-a-good-bug-report>`__. Fill out `the required
template <.github/ISSUE_TEMPLATE.md>`__, the information it asks for
helps us resolve issues faster.
template <https://github.com/Chilipp/straditize/blob/master/.github/issue_template.md>`__,
the information it asks for helps us resolve issues faster.

**Note:** If you find a **Closed** issue that seems like it is the
same thing that you're experiencing, open a new issue and include a
Expand All @@ -46,7 +48,7 @@ How Do I Submit A (Good) Bug Report?
Bugs are tracked as `GitHub
issues <https://guides.github.com/features/issues/>`__. Create an issue
on straditize repository and provide the following information by
filling in `the template <ISSUE_TEMPLATE.md>`__.
filling in `the template <https://github.com/Chilipp/straditize/blob/master/.github/issue_template.md>`__.

Explain the problem and include additional details to help maintainers
reproduce the problem:
Expand Down Expand Up @@ -132,7 +134,7 @@ these steps:
Pull Requests
~~~~~~~~~~~~~

- Fill in `the required template <.github/PULL_REQUEST_TEMPLATE.md>`__
- Fill in `the required template <https://github.com/Chilipp/straditize/blob/master/.github/pull_request_template.md>`__
- Do not include issue numbers in the PR title
- Include screenshots and animated GIFs in your pull request whenever
possible.
Expand Down

0 comments on commit 71372f6

Please sign in to comment.