diff options
author | fiirhok <fiirhok@gmail.com> | 2022-08-24 11:29:02 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-24 11:29:02 -0700 |
commit | eabd5ccb9d2e9a4afe01edc07574fec0d72ab393 (patch) | |
tree | f5ce6aabe84d3a9e357e53b25d7ca4b9903b113d /CONTRIBUTING.md | |
parent | 825672bb40d8a5e2e8693b702394050d780e1006 (diff) | |
download | rspamd-eabd5ccb9d2e9a4afe01edc07574fec0d72ab393.tar.gz rspamd-eabd5ccb9d2e9a4afe01edc07574fec0d72ab393.zip |
Update caplitalization of Rspamd in CONTRIBUTING.md
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1fd9cec3e..a53c1c3ec 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -64,13 +64,13 @@ Explain the problem and include additional details to help maintainers reproduce * **Provide specific examples to demonstrate the steps**. Include links to files or GitHub projects, or copy/pasteable snippets, which you use in those examples. If you're providing snippets in the issue, use [Markdown code blocks](https://help.github.com/articles/markdown-basics/#multiple-lines). * **Describe the behavior you observed after following the steps** and point out what exactly is the problem with that behavior. * **Explain which behavior you expected to see instead and why.** -* **If you're reporting that rspamd crashed**, include a crash report with a stack trace from the operating system: https://rspamd.com/doc/faq.html#how-to-figure-out-why-rspamd-process-crashed +* **If you're reporting that Rspamd crashed**, include a crash report with a stack trace from the operating system: https://rspamd.com/doc/faq.html#how-to-figure-out-why-rspamd-process-crashed * **If the problem wasn't triggered by a specific action**, describe what you were doing before the problem happened and share more information using the guidelines below. Provide more context by answering these questions: -* **Did the problem start happening recently** (e.g. after updating to a new version of rspamd) or was this always a problem? -* If the problem started happening recently, **can you reproduce the problem in an older version of rspamd?** What's the most recent version in which the problem doesn't happen? You can download older versions of rspamd from [the releases page](https://github.com/rspamd/rspamd/releases). +* **Did the problem start happening recently** (e.g. after updating to a new version of Rspamd) or was this always a problem? +* If the problem started happening recently, **can you reproduce the problem in an older version of Rspamd?** What's the most recent version in which the problem doesn't happen? You can download older versions of Rspamd from [the releases page](https://github.com/rspamd/rspamd/releases). * **Can you reliably reproduce the issue?** If not, provide details about how often the problem happens and under which conditions it normally happens. * If the problem is related to scanning messages, **does the problem happen for all messages or only some?** |