diff options
author | fiirhok <fiirhok@gmail.com> | 2022-08-24 10:20:18 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-24 10:20:18 -0700 |
commit | 825672bb40d8a5e2e8693b702394050d780e1006 (patch) | |
tree | b00052d5286f41bc090434331c24cb4e54c0871c /CONTRIBUTING.md | |
parent | fe9d9d31896f74908c424ad4691a55d3f85e76c8 (diff) | |
download | rspamd-825672bb40d8a5e2e8693b702394050d780e1006.tar.gz rspamd-825672bb40d8a5e2e8693b702394050d780e1006.zip |
[Minor] Remove references to Atom 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 952baad37..1fd9cec3e 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 Atom 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 Atom) or was this always a problem? -* If the problem started happening recently, **can you reproduce the problem in an older version of Atom?** What's the most recent version in which the problem doesn't happen? You can download older versions of Atom from [the releases page](https://github.com/atom/atom/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?** |