~george-edison55/less/trunk

« back to all changes in this revision

Viewing changes to CONTRIBUTING.md

  • Committer: Nathan Osman
  • Date: 2013-04-16 22:43:51 UTC
  • Revision ID: admin@quickmediasolutions.com-20130416224351-5juqujuu4itkwpat
Initial commit.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
## Bug Reports
 
2
 
 
3
 - Please create a short test case
 
4
 - Test with the latest version
 
5
 - indicate how you use less - browser/lessc/external tool
 
6
 
 
7
## Feature Requests
 
8
 
 
9
 - Please search feature requests to see if something similar exists already
 
10
 - include a use-case - we do not add language features without a reason
 
11
 - consider whether your language feature would be better as a function
 
12
 
 
13
## Pull Requests
 
14
 
 
15
Thankyou!
 
16
 
 
17
 - Please add a feature request first to see if people are pro or con. If it is solving an existing issue, but is different, add a new issue and make sure you get agreement from a couple of the core contributors. Otherwise you risk your hard work being rejected.
 
18
 - do not change the dist/ folder - we do this when releasing
 
19
 - tests - please add tests for your work. use `make test` to see if they pass node.js tests and `make browser-test` to see the browser (PhantomJS) tests pass.
 
20
 - spaces not tabs
 
21
 - end lines in semi-colons - loosely aim towards jslint standards (alot of code fails already - don't just follow this pattern if it is bad practice)
 
22
 
 
23
## Developing
 
24
 
 
25
For more info see https://github.com/cloudhead/less.js/wiki/Developing-less.js
 
26
 
 
27
If you want to take an issue just add a small comment saying you are having a go at something, so we don't get duplication.