From 3f33555095c20d40a52859b1e4341cd2ab5aabc2 Mon Sep 17 00:00:00 2001 From: Marcus Bointon Date: Tue, 17 Dec 2013 10:46:12 +0100 Subject: [PATCH 1/2] Add link to docs project in contributing section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ef7d05a04..95ef51378 100644 --- a/README.md +++ b/README.md @@ -281,6 +281,7 @@ Please read [CONTRIBUTING.md](./CONTRIBUTING.md). Add unit tests for any new or Before opening any issue, please search for existing issues and read the [Issue Guidelines](https://github.com/necolas/issue-guidelines), written by [Nicolas Gallagher](https://github.com/necolas/). After that if you find a bug or would like to make feature request, [please open a new issue][issues]. +Please report documentation issues in [the documentation project](https://github.com/less/less-docs). ### Development From e8cc01058c2239c219d5910cdf2a2e4a686101f9 Mon Sep 17 00:00:00 2001 From: Marcus Bointon Date: Tue, 17 Dec 2013 10:53:29 +0100 Subject: [PATCH 2/2] Add link to docs project And add including solutions to bug reports --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8560ab645..aff10bcea 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -17,7 +17,9 @@ We only accept issues that are bug reports or feature requests. Bugs must be iso 3. **Test with the latest version**. We get a lot of issues that could be resolved by updating your version of Less.js. 3. **Include a live example.** Please use [less2css.org](http://less2css.org/) for sharing your isolated test cases. 4. **Share as much information as possible.** Include operating system and version. Describe how you use Less. If you use it in the browser, please include browser and version, and the version of Less.js you're using. Let us know if you're using the command line (`lessc`) or an external tool. And try to include steps to reproduce the bug. +5. If you have a solution or suggestion for how to fix the bug you're reporting, please include it, or make a pull request - don't assume the maintainers know how to fix it just because you do. +Please report documentation issues in [the documentation project](https://github.com/less/less-docs). ## Feature Requests