summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
Commit message (Collapse)AuthorAgeFilesLines
* Update contribution acceptance criteria with tests requirementsdz-test-requiredDmitriy Zaporozhets2016-08-191-3/+2
|
* Add test requirement for new filesDmitriy Zaporozhets2016-08-151-1/+3
|
* Merge branch 'dz-newlines-styleguide' into 'master' Robert Speicher2016-08-081-0/+2
|\ | | | | | | | | Add newlines styleguide for Ruby code See merge request !5636
| * Add newlines styleguide for Ruby codedz-newlines-styleguideDmitriy Zaporozhets2016-08-051-0/+2
| |
* | Add migration-related tips to the "Merge Request Guidelines" docadd-mr-migration-guidelinesTimothy Andrew2016-08-081-0/+4
| | | | | | | | [ci-skip]
* | Merge branch 'coffescript_docs_migration' into 'master' Rémy Coutable2016-08-041-1/+2
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update docs for CoffeeScript -> JavaScript. ## What does this MR do? Removes some CoffeeScript docs and adds more JS ones ## Are there points in the code the reviewer needs to double check? No ## Why was this MR needed? To migrate some docs ## What are the relevant issue numbers? #20098 ## Screenshots (if relevant) None ## Does this MR meet the acceptance criteria? - [x] [CHANGELOG](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CHANGELOG) entry added - [x] [Documentation created/updated](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/development/doc_styleguide.md) - [ ] API support added - Tests - [ ] Added for this feature/bug - [ ] All builds are passing - [x] Conform by the [style guides](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#style-guides) - [x] Branch has no merge conflicts with `master` (if you do - rebase it please) - [x] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits) See merge request !5433
| * | Update docs for CoffeeScript -> JavaScript.Jacob Schatz2016-07-221-1/+2
| |/
* | link the engineering workflow document from process and contributingjob/update-workflow-linksJob van der Voort2016-08-021-0/+2
|/
* Cleanup feature proposal templatecleanup-feature-proposalMark Pundsack2016-07-131-1/+2
|
* Add License Finder information to contribution acceptance criteria.Connor Shea2016-06-071-0/+2
|
* Merge branch 'fix-design-link-in-contributing' into 'master' Achilleas Pipinellis2016-06-041-2/+2
|\ | | | | | | | | | | | | | | | | Fix link to current design reference in the CONTRIBUTING guide ## What does this MR do? It fixes an outdated link by replacing it with the up-to-date one. See merge request !4439
| * Fix link to current design reference in the CONTRIBUTING guidefix-design-link-in-contributingRémy Coutable2016-06-021-2/+2
| | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | Let contributors know where to start Zeger-Jan van de Weg2016-06-031-1/+1
|/ | | gitlab-org/gitlab-ce/issues/14905#note_12235996
* Don't advertise the use of "ci skip" in the CONTRIBUTING guidedont-advertise-ci-skipRémy Coutable2016-06-011-4/+2
| | | | | | | | Now that we autoscale runner, we don't need to optimize for their usage anymore. Abusing of "ci skip", for instance for view changes can lead to broken specs, so let's just not use it! Signed-off-by: Rémy Coutable <remy@rymai.me>
* Merge branch 'feature-proposal-contribution-guidelines' into 'master' Douwe Maan2016-05-041-0/+10
|\ | | | | | | | | | | | | | | | | | | | | feature proposal issue template in contributing guide This adds a feature proposal template to the contribution guidelines for internal and external use. Fixes #15448 cc @markpundsack @stanhu @dzaporozhets See merge request !3967
| * feature proposal issue template in contributing guidefeature-proposal-contribution-guidelinesJob van der Voort2016-04-281-0/+10
| |
* | Merge branch 'link-to-code-review-guide' into 'master' Robert Speicher2016-05-031-2/+1
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Link to GitLab code review guide in contributing guidelines I noticed that the contributing guidelines still link to the thoughtbot code review guidelines even though we already have our own. [ci skip] See merge request !4018
| * | Link to gitlab code review guide in contributing guidelinesKarlo Soriano2016-05-031-2/+1
| |/ | | | | | | | | | | | | I noticed that the contributing guidelines still link to the thoughtbot code review guidelines even though we already have our own. [ci skip]
* | Fix links to core team pageAchilleas Pipinellis2016-04-281-5/+4
| | | | | | | | [ci skip]
* | Users can use the feature proposal label inside the issuelabel_feature_proposalAchilleas Pipinellis2016-04-281-2/+3
|/ | | | [ci skip]
* Articles on proper commit messagescommit-message-contributionJacob Schatz2016-04-201-0/+1
|
* First pass at a Testing styleguideRobert Speicher2016-04-011-1/+1
| | | | [ci skip]
* Change capitalizationdoc/technical-debt-labelDouwe Maan2016-03-181-4/+4
|
* Fix typos and add a paragraph to urge people to mention the relevant MRAchilleas Pipinellis2016-03-181-10/+13
| | | | [ci skip]
* Add description of technical debt label in docsGrzegorz Bizon2016-03-171-0/+20
| | | | [ci skip]
* Add SCSS Lint, CSSComb config file, run SCSS Lint in GitLab CI, add ↵connorshea2016-03-141-0/+2
| | | | | | documentation for SCSS Style Guide. See !3069 for more information.
* No options please.Sytse Sijbrandij2016-03-041-1/+2
|
* Add a paragraph on "Implementing design & UI elements" in CONTRIBUTING.mdRémy Coutable2016-03-011-22/+46
| | | | | | | Also, link to this new paragraph in PROCESS.md and improved a bit this document. [ci skip]
* fix some linksnozo2016-02-141-13/+13
|
* Add notice about MR target for stable fixesSytse Sijbrandij2016-02-101-0/+1
|
* Rearrange some sections in CONTRIBUTING.mdAchilleas Pipinellis2016-02-081-45/+59
| | | | [ci skip]
* Add table of contents in CONTRIBUTING.mdAchilleas Pipinellis2016-02-081-0/+26
|
* Merge branch 'contributing-labels-stable-releases' into 'master' Robert Speicher2016-02-021-0/+12
|\ | | | | | | | | | | | | Updated contributing guide for stable releases [ci skip] See merge request !2638
| * Updated contributing guide for stable releasescontributing-labels-stable-releasesYorick Peterse2016-02-021-0/+12
| | | | | | | | Fixes #12784
* | Merge branch 'rs-regression-issue-guidelines' into 'master' Dmitriy Zaporozhets2016-02-021-0/+20
|\ \ | |/ |/| | | | | | | | | Add notes about the regression issues to CONTRIBUTING.md [ci skip] See merge request !2661
| * Add notes about the regression issues to CONTRIBUTING.mdrs-regression-issue-guidelinesRobert Speicher2016-01-311-0/+20
| | | | | | | | [ci skip]
* | Link to Thoughtbot review guidelines.take-guidelines-into-account-for-mrsSytse Sijbrandij2016-01-301-0/+2
|/
* add missing `RAILS_ENV=production` bit to bundle commandMaverik Gately2016-01-271-1/+1
|
* Add new location of doc_styleguide in CONTRIBUTING.mdAchilleas Pipinellis2016-01-121-2/+2
| | | | [ci skip]
* add issue weight to contributingissue-weight-contributingJob van der Voort2015-12-281-0/+22
|
* Fixed wrong URL to "up for grabs" issue filterLaurens Stötzel2015-12-211-1/+1
|
* Fix links [ci skip]contributing_mdAchilleas Pipinellis2015-12-151-8/+10
|
* Clean up CONTRIBUTING.md [ci skip]Achilleas Pipinellis2015-12-151-113/+254
| | | | | | | * Use 80 chars width where possible * Remove easyfix label reference * Add new issue submission template * Add long links to the bottom of the page
* Clarify what CE and EE means for newcomersAchilleas Pipinellis2015-12-141-1/+6
|
* Merge branch 'feature-proposal' into 'master' Achilleas Pipinellis2015-12-141-7/+43
|\ | | | | | | | | | | | | | | | | update guides for feature proposals on the issue tracker see also #4038 cc @sytses See merge request !2094
| * move up text regarding where to post issuefeature-proposalJob van der Voort2015-12-141-1/+2
| |
| * update guides for feature proposals on the issue trackerJob van der Voort2015-12-141-7/+42
| |
* | Fix Typo [mailinglist to mailing list]Mrinal2015-12-141-2/+2
|/
* up for grabs labelup-for-grabsJob van der Voort2015-12-011-0/+10
|
* Spell out commands for omnibus-gitlab packages.issue_guidelines_with_omnibus_commandsMarin Jankovski2015-11-241-2/+2
|