diff options
| author | 2020-04-16 18:08:53 +0200 | |
|---|---|---|
| committer | 2020-04-16 18:08:53 +0200 | |
| commit | 475feffdbec733b3d3221276217692bed5f8f090 (patch) | |
| tree | 24395201a6f81fab09d06c6be9703f43090d9024 /CONTRIBUTING.md | |
| parent | 946d9f5535ddc62fb667edd27e57bde419586e23 (diff) | |
Markdownlint (#2880)
* markdownlint
I have started to use
[markdownlint](https://github.com/DavidAnson/markdownlint/) to find
typos in Markdown. Let's discuss which rules to enforce / disable /
customize
* markdownlint cli/readme
Diffstat (limited to 'CONTRIBUTING.md')
| -rw-r--r-- | CONTRIBUTING.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index bc33c2ef6..c673eac96 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,4 +1,4 @@ -# How to contribute to FreshRSS? +# How to contribute to FreshRSS ## Chat with us @@ -19,10 +19,10 @@ If you have to create a new ticket, try to apply the following advices: - Give an explicit title to the ticket so it will be easier to find it later. - Be as exhaustive as possible in the description: what did you do? What is the bug? What are the steps to reproduce the bug? - We also need some information: - + Your FreshRSS version (on about page or `constants.php` file) - + Your server configuration: type of hosting, PHP version - + Your storage system (SQLite, MySQL, MariaDB, PostgreSQL) - + If possible, the related logs (PHP logs and FreshRSS logs under `data/users/your_user/log.txt`) + - Your FreshRSS version (on about page or `constants.php` file) + - Your server configuration: type of hosting, PHP version + - Your storage system (SQLite, MySQL, MariaDB, PostgreSQL) + - If possible, the related logs (PHP logs and FreshRSS logs under `data/users/your_user/log.txt`) ## Fix a bug |
