Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/thsmi/sieve.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Schmid <thsmi@users.noreply.github.com>2021-05-01 13:24:13 +0300
committerGitHub <noreply@github.com>2021-05-01 13:24:13 +0300
commit7f4404b38ff7819b1a0596ff2a969d41ec14f7f1 (patch)
tree796fb6ea58cf77d2a44bdd47341552923fe991b5 /CONTRIBUTING.md
parentea6e31a9caf77cb7f814b587a29cef12a7b98890 (diff)
Update CONTRIBUTING.md
Diffstat (limited to 'CONTRIBUTING.md')
-rwxr-xr-xCONTRIBUTING.md52
1 files changed, 26 insertions, 26 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 7c476a30..8f8da616 100755
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -7,47 +7,47 @@ But you can also send an email to schmid-thomas at gmx.net
In order to process bugs faster consider the following:
- * Try if the [most recent nightly build](https://github.com/thsmi/sieve/wiki/FAQ---General-Questions#nightly-build-artifacts) fixes your issue.
+* Try if the [most recent nightly build](https://github.com/thsmi/sieve/wiki/FAQ---General-Questions#nightly-build-artifacts) fixes your issue.
- * Check if you issue is already reported. The list with open issues is small.
- Try to avoid to duplicate an issue. It slows down the development.
+* Check if you issue is already reported. The list with open issues is small.
+ Try to avoid to duplicate an issue. It slows down the development.
- * Include information about your system and server. This means which
- the operating System you are on. Which Thunderbird release you are using.
- If possible check your server's logs for any related errors.
+* Include information about your system and server. This means which
+ the operating System you are on. Which Thunderbird release you are using.
+ If possible check your server's logs for any related errors.
- * Include a debug log/trace with your issue. Just go to the extensions settings
- and enable debugging options in the Debug tab. Dumping Byte arrays is usually not
- necessary. Keep in mind that the line starting with "AUTHENTICATE" contains
- your password. So scramble this line.
+* Include a debug log/trace with your issue. Just go to the extensions settings
+ and enable debugging options in the Debug tab. Dumping Byte arrays is usually not
+ necessary. Keep in mind that the line starting with "AUTHENTICATE" contains
+ your password. So scramble this line.
- * Mention very precisely what went wrong. "X is broken" is not a good bug
- report. What did you expect to happen? What happened instead? If possible
- describe the exact steps how to reproduce the issue.
+* Mention very precisely what went wrong. "X is broken" is not a good bug
+ report. What did you expect to happen? What happened instead? If possible
+ describe the exact steps how to reproduce the issue.
- * Do not spam or troll issues and bug reports. I don not accept bug spam, it is
- considered the worst thing you can do with an open source project. It slows down
- development. Any bug spam will be deleted without notice and the spamming user
- will be blocked.
+* Do not spam or troll issues and bug reports. I don not accept bug spam, it is
+ considered the worst thing you can do with an open source project. It slows down
+ development. Any bug spam will be deleted without notice and the spamming user
+ will be blocked.
## Contributing translations via crowdin.net
[crowdin](http://www.crowdin.net) is an collaborative translation tool.
- * [Log into you Crowding Account](http://crowdin.net/login) or [join/signup for free](http://crowdin.net/join)
- * Join the project http://crowdin.net/project/sieve/invite
- * Translate and vote for translations
+* [Log into you Crowding Account](http://crowdin.net/login) or [join/signup for free](http://crowdin.net/join)
+* Join the project http://crowdin.net/project/sieve/invite
+* Translate and vote for translations
I'll merge crowdin translation prior to a release into the source tree.
## Contributing via Github
- * Make sure you have a [GitHub Account](https://github.com/signup/free)
- * Fork [Sieve](https://github.com/thsmi/sieve/)
- ([How to fork a repo](https://help.github.com/articles/fork-a-repo))
- * Make your changes
- * Submit a pull request
- ([How to create a pull request](https://help.github.com/articles/fork-a-repo))
+* Make sure you have a [GitHub Account](https://github.com/signup/free)
+* Fork [Sieve](https://github.com/thsmi/sieve/)
+ ([How to fork a repo](https://help.github.com/articles/fork-a-repo))
+* Make your changes
+* Submit a pull request
+ ([How to create a pull request](https://help.github.com/articles/fork-a-repo))
## Contributing via eMail