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:18:11 +0300
committerGitHub <noreply@github.com>2021-05-01 13:18:11 +0300
commitfdc105431addfa1836e32d2a03eaed4b55c96420 (patch)
tree1fee65e2e15efc339c5ad620308591b3c3413cf6 /CONTRIBUTING.md
parent44bca9451f72d5f1a503308fe0478f73126d5ca8 (diff)
Update CONTRIBUTING.md
Diffstat (limited to 'CONTRIBUTING.md')
-rwxr-xr-xCONTRIBUTING.md54
1 files changed, 27 insertions, 27 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index eb66c0e1..7c476a30 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/blob/master/nightly/README.md) 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 copy all crowdin translation prior to a release into the source tree.
+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