Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add security advice to contrib guide (#4187) | Antoine GIRARD | 2018-06-09 | 1 | -0/+7 |
| | | | | * Improve contributing guidelines for security | ||||
* | Update Contribution docs with non-404 link (#4077) | techknowlogick | 2018-05-30 | 1 | -1/+1 |
| | |||||
* | Fix drone CLI install link (#4071) | stevegt | 2018-05-29 | 1 | -1/+1 |
| | | | Fixes #4070 | ||||
* | Update drone test instructions in CONTRIBUTING.md (#4055) | techknowlogick | 2018-05-27 | 1 | -2/+2 |
| | |||||
* | [doc] Update vendor tool section to dep (#4008) | Antoine GIRARD | 2018-05-21 | 1 | -1/+3 |
| | |||||
* | Update standard copyright header for new year (#3289) | techknowlogick | 2018-01-02 | 1 | -1/+1 |
| | |||||
* | Update CONTRIBUTING.md with new Owners (#3281) | techknowlogick | 2018-01-01 | 1 | -0/+5 |
| | | | | | | * Add in new owners to contributing.md * Update date | ||||
* | fixed in-page-link in CONTRIBUTING.md (#3087) | znegva | 2017-12-04 | 1 | -1/+1 |
| | |||||
* | Fix CSS instructions in CONTRIBUTING.md (#3053) | silverwind | 2017-12-02 | 1 | -11/+11 |
| | |||||
* | [ci skip] Fix #2964 Document updated proposal process (#2999) | techknowlogick | 2017-11-27 | 1 | -2/+4 |
| | |||||
* | Update link for tips on how to get faster reviews (#2997) | techknowlogick | 2017-11-27 | 1 | -1/+1 |
| | | | Kubernetes merged guides, and this is now the current location of guide | ||||
* | Fix Various Grammar Issues and Adjust Unnatural Wording (#2737) | Omar Assadi | 2017-10-28 | 1 | -30/+27 |
| | | | | | | | | | | | | | | | | | | | | | | * Fix Comma Splices Replace comma splices with more fitting punctuation—usually semicolons. Signed-off-by: Omar Assadi <omar@assadi.ru> * Turn Some Conjunctions into Sentences Turn conjunctions—which are capable of standing on their own—into their standalone sentences. Signed-off-by: Omar Assadi <omar@assadi.ru> * Reword Sections and Fix Issues in Docs Reword sections of the contributing docs and readme file to be more natural and clear. Additionally, fix the majority of the grammar mistakes. Signed-off-by: Omar Assadi <omar@assadi.co.il> | ||||
* | Use standard lessc and minify CSS using Node.js (#2337) | silverwind | 2017-09-21 | 1 | -0/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Use standard lessc and minify CSS using Node.js This changes the previous nonstandard `lessc` to the official one and enables CSS minification via the clean-css module. To build CSS, Node.js is required along with a `npm install` to get the tools installed locally in node_modules so there is no dependency on binaries in PATH. Benefits include: - Allows one to have a standard lessc in PATH. - Can now use command line switches on lessc. - Minified CSS brings faster page load times and also has the benefit of discouraging contributors from editing CSS directly. To build CSS, Node.js is required along with a `npm install` to get the tools installed locally based on the information in `package.json`. The 'make stylesheet' task was modified to run without condition. This makes it easier to work on the make task itself without having to delete files. Also fixes: https://github.com/go-gitea/gitea/issues/2198 * install node, npm and modules on drone * .PHONY * use 'minify' to minify CSS | ||||
* | Basic VSCode configuration for building and debugging (#2483) | Lauris BH | 2017-09-12 | 1 | -0/+2 |
| | | | | | | | | * Basic VSCode configuration for building and debugging * Fix building and debugging in Windows * Move to contrib folder and add instructions | ||||
* | Wrap most text to 80 columns (#2452) | Sandro Santilli | 2017-09-02 | 1 | -31/+136 |
| | |||||
* | Update CONTRIBUTING following #2329 discussion | Antoine GIRARD | 2017-08-28 | 1 | -1/+1 |
| | | | Creation of release branch before end of release dev and releases candidates + follow semver semantic (minor, patch) | ||||
* | Clarify Translation Process. Also fix branch names (#2378) | Kim "BKC" Carlbäcker | 2017-08-28 | 1 | -1/+6 |
| | | | | | | * Clarify Translation Process. Also fix branch names * Update CONTRIBUTING.md | ||||
* | Update links to Discord server | Jonas Östanbäck | 2017-06-11 | 1 | -2/+2 |
| | |||||
* | [ci skip] Add "Table of Contents" in CONTRIBUTING.md (#1634) | Peter Dave Hello | 2017-04-28 | 1 | -0/+17 |
| | |||||
* | Use MAINTAINERS file in repository in CONTRIBUTING (#1489) | Antoine GIRARD | 2017-04-18 | 1 | -1/+1 |
| | | | | | | * Use MAINTAINERS file in repository because teams are not publicly available * Use relative link | ||||
* | Fix some links. (#1005) | Bo-Yi Wu | 2017-02-22 | 1 | -2/+2 |
| | |||||
* | add release cycle to contributing (#949) | Lunny Xiao | 2017-02-19 | 1 | -0/+6 |
| | |||||
* | Add import-styleguide to Contributing.md (#912) | Kim "BKC" Carlbäcker | 2017-02-13 | 1 | -0/+19 |
| | | | | | | | | | | * Add import-styleguide to Contributing.md Question: should we group all `code.gitea.io`-packages together as local imports? (including `code.gitea.io/sdk` and `code.gitea.io/git` etc) * reorg * be specific FFS | ||||
* | add vendoring back (#890) | Lunny Xiao | 2017-02-11 | 1 | -0/+8 |
| | |||||
* | Update the contribution guidelines (#726) | Bwko | 2017-01-24 | 1 | -2/+2 |
| | |||||
* | Typos and make CONTRIBUTING a little nicer | Ross Smith II | 2017-01-06 | 1 | -8/+8 |
| | |||||
* | Fix URL link on CONTRIBUTING | Thibault Meyer | 2016-12-30 | 1 | -1/+1 |
| | | | | Signed-off-by: Thibault Meyer <meyer.thibault@gmail.com> | ||||
* | Apply suggested changes | Morgan Bazalgette | 2016-12-04 | 1 | -2/+2 |
| | |||||
* | Fix typos in CONTRIBUTING | Morgan Bazalgette | 2016-12-04 | 1 | -12/+12 |
| | | | | Signed-off-by: Morgan Bazalgette <the@howl.moe> | ||||
* | Add a pragraph to the k8s PR guide to contributors guide | Thomas Boerger | 2016-11-28 | 1 | -0/+6 |
| | |||||
* | Dropped new lines from contributing, some rewording and reformatting | Thomas Boerger | 2016-11-28 | 1 | -131/+25 |
| | |||||
* | CONTRIBUTING.md: link to "Faster reviews" document (#229) | Andrey Nering | 2016-11-25 | 1 | -0/+13 |
| | | | | | | * CONTRIBUTING.md: link to "Faster reviews" document * CONTRIBUTING.md: small fixes | ||||
* | Wrap `vendor/` in backtics | Sandro Santilli | 2016-11-17 | 1 | -3/+3 |
| | |||||
* | Add vendoring section | Sandro Santilli | 2016-11-17 | 1 | -0/+11 |
| | | | | Closes #178 | ||||
* | Wrap text to 80 columns (#81) | Sandro Santilli | 2016-11-05 | 1 | -55/+90 |
| | | | Use a list for owners (nitpick response) | ||||
* | follow the advisor: add DCO and some improvements | Lunny Xiao | 2016-11-04 | 1 | -2/+36 |
| | |||||
* | typo and contributing improved | Lunny Xiao | 2016-11-04 | 1 | -19/+19 |
| | |||||
* | added CONTRIBUTING | Lunny Xiao | 2016-11-04 | 1 | -0/+93 |
| | |||||
* | Add issue and pull request template | Unknwon | 2016-02-17 | 1 | -67/+0 |
| | |||||
* | #1612 Ability to send mail when a new pull request is submitted | Unknwon | 2015-12-10 | 1 | -7/+1 |
| | |||||
* | fix typo | Unknwon | 2015-10-09 | 1 | -1/+1 |
| | |||||
* | Fix email contact and link | masegaloeh | 2015-03-25 | 1 | -3/+2 |
| | |||||
* | reword | Unknwon | 2015-02-22 | 1 | -1/+1 |
| | |||||
* | Fix a bunch of small typos and formatting quirks | Benjamin Pollack | 2015-02-14 | 1 | -10/+10 |
| | |||||
* | update README notice and CONTRIBUTING.md | Unknwon | 2015-02-07 | 1 | -20/+14 |
| | |||||
* | fix #741 | Unknwon | 2014-12-16 | 1 | -3/+12 |
| | |||||
* | update docs and mirror bug fix | Unknwon | 2014-09-02 | 1 | -11/+51 |
| | |||||
* | Fix zombie | Unknown | 2014-05-28 | 1 | -2/+0 |
| | |||||
* | Improve delete SSH key | Unknown | 2014-05-06 | 1 | -1/+1 |
| | |||||
* | Batch mirror fix | Unknown | 2014-04-26 | 1 | -0/+2 |
| |