2023-01-29 19:14:23 +01:00
|
|
|
|
# Contributing
|
|
|
|
|
|
2023-09-21 14:53:33 +02:00
|
|
|
|
Material for MkDocs is an actively maintained and constantly evolving project
|
|
|
|
|
serving a diverse user base with versatile backgrounds and needs. In order to
|
|
|
|
|
efficiently address the requirements of all our users, evaluate change requests,
|
|
|
|
|
and fix bugs, we put in a lot of work.
|
2023-01-29 19:14:23 +01:00
|
|
|
|
|
2023-09-21 14:53:33 +02:00
|
|
|
|
Our ever-growing community includes many active users, who open new
|
|
|
|
|
issues and discussions several times a day, evolving our [issue tracker] and
|
|
|
|
|
[discussion board] into a knowledge base – an important addition to
|
|
|
|
|
our [documentation] – yielding value to both new and experienced users.
|
2023-01-29 19:14:23 +01:00
|
|
|
|
|
2023-09-21 14:53:33 +02:00
|
|
|
|
[discussion board]: https://github.com/squidfunk/mkdocs-material/discussions
|
2023-01-29 19:14:23 +01:00
|
|
|
|
[issue tracker]: https://github.com/squidfunk/mkdocs-material/issues
|
2023-09-21 14:53:33 +02:00
|
|
|
|
[documentation]: https://squidfunk.github.io/mkdocs-material/
|
|
|
|
|
|
|
|
|
|
## How you can contribute
|
|
|
|
|
|
|
|
|
|
We understand that reporting bugs, raising change requests, as well as engaging
|
|
|
|
|
in discussions can be time-consuming, which is why we've carefully optimized our
|
|
|
|
|
issue templates and defined guidelines to improve the overall interaction
|
|
|
|
|
within the project. We've invested a lot of time and effort into making our
|
|
|
|
|
[issue tracker] and [discussion board] as efficient as possible.
|
|
|
|
|
|
|
|
|
|
Our goal is to ensure that our documentation, as well as issue tracker and
|
|
|
|
|
discussion board, are __well-structured__, __easy to navigate__, and
|
|
|
|
|
__searchable__, so you can find what you need quickly and efficiently. Thus,
|
|
|
|
|
when you follow our guidelines, we can help you much faster.
|
|
|
|
|
|
|
|
|
|
In this section, we guide your through our processes.
|
2023-01-29 19:14:23 +01:00
|
|
|
|
|
|
|
|
|
### Creating an issue
|
|
|
|
|
|
|
|
|
|
<div class="grid cards" markdown>
|
|
|
|
|
|
2023-09-21 14:53:33 +02:00
|
|
|
|
- :material-bug-outline:
|
|
|
|
|
__Something is not working?__
|
2023-01-29 19:14:23 +01:00
|
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
2023-09-21 14:53:33 +02:00
|
|
|
|
Report a bug in Material for MkDocs by creating an issue with a
|
|
|
|
|
reproduction
|
|
|
|
|
|
|
|
|
|
---
|
2023-01-29 19:14:23 +01:00
|
|
|
|
|
|
|
|
|
[:octicons-arrow-right-24: Report a bug][report a bug]
|
|
|
|
|
|
2023-09-21 14:53:33 +02:00
|
|
|
|
- :material-file-document-remove-outline:
|
|
|
|
|
__Missing information in our docs?__
|
2023-01-29 19:14:23 +01:00
|
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
2023-09-21 14:53:33 +02:00
|
|
|
|
Report missing information or potential inconsistencies in our
|
|
|
|
|
documentation
|
|
|
|
|
|
|
|
|
|
---
|
2023-01-29 19:14:23 +01:00
|
|
|
|
|
|
|
|
|
[:octicons-arrow-right-24: Report a docs issue][report a docs issue]
|
|
|
|
|
|
2023-09-21 14:53:33 +02:00
|
|
|
|
- :material-lightbulb-on-20:
|
|
|
|
|
__Want to submit an idea?__
|
2023-01-29 19:14:23 +01:00
|
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
2023-04-04 14:58:40 +02:00
|
|
|
|
Propose a change, feature request, or suggest an improvement
|
2023-01-29 19:14:23 +01:00
|
|
|
|
|
2023-09-21 14:53:33 +02:00
|
|
|
|
---
|
2023-01-29 19:14:23 +01:00
|
|
|
|
|
|
|
|
|
[:octicons-arrow-right-24: Request a change][request a change]
|
|
|
|
|
|
2023-09-21 14:53:33 +02:00
|
|
|
|
- :material-account-question-outline:
|
|
|
|
|
__Have a question or need help?__
|
2023-01-29 19:14:23 +01:00
|
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
2023-09-21 14:53:33 +02:00
|
|
|
|
Ask a question on our [discussion board] and get in touch with our
|
|
|
|
|
community
|
|
|
|
|
|
|
|
|
|
---
|
2023-01-29 19:14:23 +01:00
|
|
|
|
|
2023-09-21 14:53:33 +02:00
|
|
|
|
[:octicons-arrow-right-24: Ask a question][discussion board]
|
2023-01-29 19:14:23 +01:00
|
|
|
|
|
2023-04-04 14:58:40 +02:00
|
|
|
|
</div>
|
|
|
|
|
|
2023-09-21 14:53:33 +02:00
|
|
|
|
### Contributing
|
2023-04-04 14:58:40 +02:00
|
|
|
|
|
|
|
|
|
<div class="grid cards" markdown>
|
|
|
|
|
|
2023-09-21 14:53:33 +02:00
|
|
|
|
- :material-translate:
|
|
|
|
|
__Missing support for your language?__
|
2023-04-04 14:58:40 +02:00
|
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
2023-09-21 14:53:33 +02:00
|
|
|
|
Add or improve translations for a new or already supported language
|
2023-04-04 14:58:40 +02:00
|
|
|
|
|
2023-09-21 14:53:33 +02:00
|
|
|
|
---
|
2023-04-04 14:58:40 +02:00
|
|
|
|
|
2023-09-21 15:57:54 +02:00
|
|
|
|
[:octicons-arrow-right-24: Add translations][add translations]
|
2023-09-21 14:53:33 +02:00
|
|
|
|
|
|
|
|
|
- :material-source-pull:
|
|
|
|
|
__Want to create a pull request?__
|
2023-04-04 14:58:40 +02:00
|
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
2023-09-21 14:53:33 +02:00
|
|
|
|
Learn how to create a comprehensive and useful pull request (PR)
|
|
|
|
|
|
|
|
|
|
---
|
2023-04-04 14:58:40 +02:00
|
|
|
|
|
2023-09-21 14:53:33 +02:00
|
|
|
|
[:octicons-arrow-right-24: Create a pull request][create a pull request]
|
2023-04-04 14:58:40 +02:00
|
|
|
|
|
2023-01-29 19:14:23 +01:00
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
[report a bug]: reporting-a-bug.md
|
|
|
|
|
[report a docs issue]: reporting-a-docs-issue.md
|
|
|
|
|
[request a change]: requesting-a-change.md
|
2023-09-21 15:57:54 +02:00
|
|
|
|
[add translations]: https://github.com/squidfunk/mkdocs-material/adding-translations
|
2023-09-21 14:53:33 +02:00
|
|
|
|
[create a pull request]: https://github.com/squidfunk/mkdocs-material/pulls
|
2023-04-04 14:58:40 +02:00
|
|
|
|
|
2023-09-21 14:53:33 +02:00
|
|
|
|
## Checklist
|
2023-04-04 14:58:40 +02:00
|
|
|
|
|
2023-09-21 14:53:33 +02:00
|
|
|
|
Before interacting within the project, please take a moment to consider the
|
|
|
|
|
following questions. By doing so, you can ensure that you are using the correct
|
|
|
|
|
issue template and that you provide all necessary information when interacting
|
|
|
|
|
with our community.
|
2023-04-04 14:58:40 +02:00
|
|
|
|
|
2023-09-21 14:53:33 +02:00
|
|
|
|
!!! warning "Issues, discussions, and comments are forever"
|
2023-04-04 14:58:40 +02:00
|
|
|
|
|
2023-09-21 14:53:33 +02:00
|
|
|
|
Please note that everything you write is permanent and will remain
|
|
|
|
|
for everyone to read – forever. Therefore, please always be nice and
|
|
|
|
|
constructive, follow our contribution guidelines, and comply with our
|
|
|
|
|
[Code of Conduct].
|
2023-04-04 14:58:40 +02:00
|
|
|
|
|
2023-09-21 14:53:33 +02:00
|
|
|
|
### Before creating an issue
|
2023-04-04 14:58:40 +02:00
|
|
|
|
|
2023-09-21 14:53:33 +02:00
|
|
|
|
- Are you using the appropriate issue template, or is there another issue
|
|
|
|
|
template that better fits the context of your request?
|
2023-04-04 14:58:40 +02:00
|
|
|
|
|
2023-09-21 14:53:33 +02:00
|
|
|
|
- Have you checked if a similar bug report or change request has already been
|
|
|
|
|
created, or have you stumbled upon something that might be related?
|
2023-04-04 14:58:40 +02:00
|
|
|
|
|
2023-09-21 14:53:33 +02:00
|
|
|
|
- Did your fill out every field as requested and did you provide all additional
|
|
|
|
|
information we maintainers need to comprehend your request?
|
2023-04-04 14:58:40 +02:00
|
|
|
|
|
2023-09-21 14:53:33 +02:00
|
|
|
|
### Before asking a question
|
2023-04-04 14:58:40 +02:00
|
|
|
|
|
2023-09-21 14:53:33 +02:00
|
|
|
|
- Is the topic a question for our [discussion board], or is it a bug report or
|
|
|
|
|
change request that should better be raised on our [issue tracker]?
|
2023-04-04 14:58:40 +02:00
|
|
|
|
|
2023-09-21 14:53:33 +02:00
|
|
|
|
- Is there an open discussion on the topic of your request? If the answer is yes,
|
|
|
|
|
does your question match the direction of the discussion, or should you open a
|
|
|
|
|
new discussion?
|
2023-04-04 14:58:40 +02:00
|
|
|
|
|
2023-09-21 14:53:33 +02:00
|
|
|
|
- Did your provide our community with all the necessary information to
|
|
|
|
|
understand your question and help you quickly, or can you make it easier to
|
|
|
|
|
help you?
|
2023-04-04 14:58:40 +02:00
|
|
|
|
|
2023-09-21 14:53:33 +02:00
|
|
|
|
### Before commenting
|
2023-04-04 14:58:40 +02:00
|
|
|
|
|
2023-09-21 14:53:33 +02:00
|
|
|
|
- Is your comment relevant to the topic of the current page, post, issue, or
|
|
|
|
|
discussion, or is it a better idea to create a new issue or discussion?
|
2023-04-04 14:58:40 +02:00
|
|
|
|
|
2023-09-21 14:53:33 +02:00
|
|
|
|
- Does your comment add value to the conversation? Is it constructive and
|
|
|
|
|
respectful to our community and us maintainers? Could you just use a
|
|
|
|
|
[:octicons-smiley-16: reaction][reaction] instead?
|
2023-04-04 14:58:40 +02:00
|
|
|
|
|
2023-09-21 14:53:33 +02:00
|
|
|
|
[Code of Conduct]: https://github.com/squidfunk/mkdocs-material/blob/master/CODE_OF_CONDUCT.md
|
|
|
|
|
[reaction]: https://github.blog/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/
|
2023-04-04 14:58:40 +02:00
|
|
|
|
|
|
|
|
|
## Rights and responsibilities
|
|
|
|
|
|
2023-09-21 14:53:33 +02:00
|
|
|
|
As maintainers, we reserve the right and have the responsibility to close,
|
|
|
|
|
remove, reject, or edit contributions, such as issues, discussions, comments,
|
|
|
|
|
or commits, that do not align with our contribution guidelines and our
|
|
|
|
|
[Code of Conduct].
|
2023-04-04 14:58:40 +02:00
|
|
|
|
|
|
|
|
|
### Incomplete issues
|
|
|
|
|
|
2023-09-21 14:53:33 +02:00
|
|
|
|
We have invested significant time in reviewing our contribution process and
|
|
|
|
|
carefully assessed the essential requirements when reviewing and responding to
|
|
|
|
|
issues. Each field in our issue templates has been thoughtfully curated, helping
|
|
|
|
|
us to understand your matter.
|
2023-04-04 14:58:40 +02:00
|
|
|
|
|
2023-09-21 14:53:33 +02:00
|
|
|
|
__Therefore, it is mandatory to fill out every field as requested__ to the best
|
|
|
|
|
of your knowledge. We need all of this information because it ensures that every
|
|
|
|
|
user and maintainer, regardless of their experience, can understand the content
|
|
|
|
|
and severity of your bug report or change request.
|
2023-04-04 14:58:40 +02:00
|
|
|
|
|
2023-09-21 14:53:33 +02:00
|
|
|
|
__We reserve the right to close issues missing essential information__, such as
|
|
|
|
|
but not limited to [minimal reproductions], or that do not comply with the
|
|
|
|
|
quality standards and requirements stated in our issue templates. Issues
|
|
|
|
|
can be reopened once the missing information has been provided.
|
2023-04-04 14:58:40 +02:00
|
|
|
|
|
2023-09-21 14:53:33 +02:00
|
|
|
|
[minimal reproductions]: ../guides/creating-a-reproduction.md
|
2023-04-04 14:58:40 +02:00
|
|
|
|
|
2023-09-21 14:53:33 +02:00
|
|
|
|
### Code of Conduct
|
2023-04-04 14:58:40 +02:00
|
|
|
|
|
2023-09-21 14:53:33 +02:00
|
|
|
|
As stated in our [Code of Conduct], we expect all members of our community to
|
|
|
|
|
treat each other with respect, and use inclusive and welcoming language. We
|
|
|
|
|
always strive to create a positive and supportive environment and do not accept
|
|
|
|
|
inappropriate, offensive, or harmful behavior.
|
2023-04-04 14:58:40 +02:00
|
|
|
|
|
2023-09-21 14:53:33 +02:00
|
|
|
|
We take violations seriously and will take appropriate action in response.
|