@mottie please look at the ???, was left blank

This commit is contained in:
stonecrusher 2018-07-13 05:13:11 +02:00 committed by GitHub
parent 36f9609a14
commit 1621ddac1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,29 +2,29 @@
1. [Getting Involved](#getting-involved) 1. [Getting Involved](#getting-involved)
2. [How to Report Issues](#how-to-report-issues) 2. [How to Report Issues](#how-to-report-issues)
3. [Adding Tranlations](#adding-translations) 3. [Adding Translations](#adding-translations)
4. [Core Style Guide](#core-style-guide) 4. [Core Style Guide](#core-style-guide)
5. [Getting Started](#getting-started) 5. [Getting Started](#getting-started)
## Getting Involved ## Getting involved
There are a number of ways to get involved with the development of Stylus. Even if you've never contributed to an Open Source project before, we're always looking for help by identifying issues and suggesting improvements. There are a number of ways to get involved with the development of Stylus. Even if you've never contributed to an Open Source project before, we're always looking for help by identifying issues and suggesting improvements.
## How to Report issues ## How to report issues
When an issue is opened, a template is provided. Please answer these questions as thoroughly as possible. If we were psychic, we'd be hanging out in casinos playing poker until they kicked us out. We can't read your mind! Please provide step-by-step direction on how to reproduce the issue as well as the browser, operating system and versions of each. When an issue is opened, a template is provided. Please answer these questions as thoroughly as possible. If we were psychic, we'd be hanging out in casinos playing poker until they kicked us out. We can't read your mind! Please provide step-by-step direction on how to reproduce the issue as well as the browser, operating system and versions of each.
When adding a feature request, please include When adding a feature request, please include ???
## Adding Translations ## Adding translations
You can help us translate the extension on [Transifex](https://www.transifex.com/github-7/Stylus). When `messages.json` file is ready to be merged, please open a new bug report in [stylus/issues](https://github.com/openstyles/stylus/issues). You can help us translate the extension on [Transifex](https://www.transifex.com/github-7/Stylus). When `messages.json` file is ready to be merged, please open a new bug report in [stylus/issues](https://github.com/openstyles/stylus/issues).
## Core Style Guide ## Core style guide
* Use the provided `.editorconfig` file with your code editor. Don't know what that is? Then check out http://editorconfig.org/. * Use the provided `.editorconfig` file with your code editor. Don't know what that is? Then check out http://editorconfig.org/.
## Getting Started ## Getting started
* First open an issue to discuss your changes. * First open an issue to discuss your changes.
* Then download, fork or clone this repository. * Then download, fork or clone this repository.