summaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
Commit message (Collapse)AuthorAgeFilesLines
* Correct some outdated statements in the contributing guidelines (#8612)Lukas2019-10-211-2/+4
| | | | | | | | | | | | | * More information for drone-cli in CONTRIBUTING.md * Increases the version of drone-cli to 1.2.0 * Adds a note for the Docker Toolbox on Windows Signed-off-by: LukBukkit <luk.bukkit@gmail.com> * Fix the url for the blog repository (now on gitea.com) Signed-off-by: LukBukkit <luk.bukkit@gmail.com>
* Basic Design guidelines (describing different parts of the code) (#8601)David Svantesson2019-10-201-0/+19
| | | | | | * Design guidelines with description of different parts of code * Better readability with code parts in bold.
* Update CONTRIBUTING.md with information about DCO (#7397)techknowlogick2019-07-171-12/+11
| | | | | | | | | | | * Update CONTRIBUTING.md with information about DCO References: #7389 More information: https://about.gitlab.com/handbook/marketing/community-relations/code-contributor-program/#developer-certificate-of-origin-dco * Update CONTRIBUTING.md Co-Authored-By: zeripath <art27@cantab.net>
* update contributing to use recent version of drone cli (#7351)techknowlogick2019-07-031-1/+1
| | | fix #7350
* add make targets for js and css, add js linter (#6952)silverwind2019-05-161-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add make targets for js,css, add javascript linter - add `make js`, deprecating `make javascripts` - add `make css`, deprecating `make generate-stylesheets` and `make stylesheets-check` - changed the unclean css check to only run on CI - add JS linting via eslint with basic configuration and fixed discovered issues - changed autoprefixer to use official `postcss-cli` avoiding the need to loop in the makefile - moved browserslist to package.json so other future tools can use it too. - update documentation for new make targets and added JS section * fix indentation * move functions used in html to 'exported' list * Run lessc binary without having to install anything to node_modules * use relative paths to node bin scripts, removing npx * Revert "use relative paths to node bin scripts, removing npx" This reverts commit 119b725525a8430b32ee7a6e6009b4ece544e39b. * fix lessc and postcss plugins * check for node_modules and use actual bin names
* Use Go1.11 module (#5743)Mura Li2019-03-271-2/+2
| | | | | | | | | | | | | | | | | | * Migrate to go modules * make vendor * Update mvdan.cc/xurls * make vendor * Update code.gitea.io/git * make fmt-check * Update github.com/go-sql-driver/mysql * make vendor
* fix testing instructions in CONTRIBUTING.md (#6305)stevegt2019-03-181-9/+20
| | | | | | | | | | | | | | | | | * add scripts/test-local.sh and fix CONTRIBUTING.md - fixes #6243 - partial fix for #6269 Signed-off-by: Steve Traugott <stevegt@t7a.org> * remove reference to possible automated drone run * remove bash version of drone-cli test script * fix issue number links in testing instructions * remove scripts/test-local.sh
* Makefile changes for Windows and easier development (#6103)John Olheiser2019-02-201-1/+1
| | | | | | | | * Added Go Path and node_modules to PATH * Uses npx now for generate-stylesheets * Uses `go env GOPATH` to calculate adding GOPATH/bin to PATH * Added note about installing Node 8.0+ to generate stylesheets * Added preferred Node version to CONTRIBUTING.md
* Update owners & Date in contributing (#5620)techknowlogick2019-01-021-1/+6
|
* Update process to include tag vX.Y.0-dev on master branch (#5091)Lauris BH2018-10-161-4/+6
|
* Fixed spelling typos in CONTRIBUTING.md (#5061)SagePtr2018-10-101-3/+3
|
* Add HOWTO for releasing Gitea (#5054)techknowlogick2018-10-101-0/+12
| | | | | | | | * Add HOWTO for releasing Gitea Used instructions from: https://github.com/go-gitea/gitea/pull/2609#issuecomment-352159155 * Update CONTRIBUTING.md
* Add security advice to contrib guide (#4187)Antoine GIRARD2018-06-091-0/+7
| | | | * Improve contributing guidelines for security
* Update Contribution docs with non-404 link (#4077)techknowlogick2018-05-301-1/+1
|
* Fix drone CLI install link (#4071)stevegt2018-05-291-1/+1
| | | Fixes #4070
* Update drone test instructions in CONTRIBUTING.md (#4055)techknowlogick2018-05-271-2/+2
|
* [doc] Update vendor tool section to dep (#4008)Antoine GIRARD2018-05-211-1/+3
|
* Update standard copyright header for new year (#3289)techknowlogick2018-01-021-1/+1
|
* Update CONTRIBUTING.md with new Owners (#3281)techknowlogick2018-01-011-0/+5
| | | | | | * Add in new owners to contributing.md * Update date
* fixed in-page-link in CONTRIBUTING.md (#3087)znegva2017-12-041-1/+1
|
* Fix CSS instructions in CONTRIBUTING.md (#3053)silverwind2017-12-021-11/+11
|
* [ci skip] Fix #2964 Document updated proposal process (#2999)techknowlogick2017-11-271-2/+4
|
* Update link for tips on how to get faster reviews (#2997)techknowlogick2017-11-271-1/+1
| | | Kubernetes merged guides, and this is now the current location of guide
* Fix Various Grammar Issues and Adjust Unnatural Wording (#2737)Omar Assadi2017-10-281-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)silverwind2017-09-211-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 BH2017-09-121-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 Santilli2017-09-021-31/+136
|
* Update CONTRIBUTING following #2329 discussionAntoine GIRARD2017-08-281-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äcker2017-08-281-1/+6
| | | | | | * Clarify Translation Process. Also fix branch names * Update CONTRIBUTING.md
* Update links to Discord serverJonas Östanbäck2017-06-111-2/+2
|
* [ci skip] Add "Table of Contents" in CONTRIBUTING.md (#1634)Peter Dave Hello2017-04-281-0/+17
|
* Use MAINTAINERS file in repository in CONTRIBUTING (#1489)Antoine GIRARD2017-04-181-1/+1
| | | | | | * Use MAINTAINERS file in repository because teams are not publicly available * Use relative link
* Fix some links. (#1005)Bo-Yi Wu2017-02-221-2/+2
|
* add release cycle to contributing (#949)Lunny Xiao2017-02-191-0/+6
|
* Add import-styleguide to Contributing.md (#912)Kim "BKC" Carlbäcker2017-02-131-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 Xiao2017-02-111-0/+8
|
* Update the contribution guidelines (#726)Bwko2017-01-241-2/+2
|
* Typos and make CONTRIBUTING a little nicerRoss Smith II2017-01-061-8/+8
|
* Fix URL link on CONTRIBUTINGThibault Meyer2016-12-301-1/+1
| | | | Signed-off-by: Thibault Meyer <meyer.thibault@gmail.com>
* Apply suggested changesMorgan Bazalgette2016-12-041-2/+2
|
* Fix typos in CONTRIBUTINGMorgan Bazalgette2016-12-041-12/+12
| | | | Signed-off-by: Morgan Bazalgette <the@howl.moe>
* Add a pragraph to the k8s PR guide to contributors guideThomas Boerger2016-11-281-0/+6
|
* Dropped new lines from contributing, some rewording and reformattingThomas Boerger2016-11-281-131/+25
|
* CONTRIBUTING.md: link to "Faster reviews" document (#229)Andrey Nering2016-11-251-0/+13
| | | | | | * CONTRIBUTING.md: link to "Faster reviews" document * CONTRIBUTING.md: small fixes
* Wrap `vendor/` in backticsSandro Santilli2016-11-171-3/+3
|
* Add vendoring sectionSandro Santilli2016-11-171-0/+11
| | | | Closes #178
* Wrap text to 80 columns (#81)Sandro Santilli2016-11-051-55/+90
| | | Use a list for owners (nitpick response)
* follow the advisor: add DCO and some improvementsLunny Xiao2016-11-041-2/+36
|
* typo and contributing improvedLunny Xiao2016-11-041-19/+19
|
* added CONTRIBUTINGLunny Xiao2016-11-041-0/+93
|