aboutsummaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
Commit message (Collapse)AuthorAge
* CONTRIBUTING.md: clarify pull request commit requirementsTimothy Ace2024-02-04
| | | | | | | | | | Corrects the commit subject being referred to as a "description" and links the official OpenWrt patch submission standards for commit messages. Adds additional notes about real names and emails being required. Also fixes the capitalization of GitHub and SourceForge. Signed-off-by: Timothy Ace <openwrt@timothyace.com>
* CONTRIBUTING.md: fix typosYegor Yefremov2023-12-01
| | | | Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
* CONTRIBUTING: add CI informationPaul Spooren2020-09-30
| | | | | | Describe briefly the details on the new runtime CI. Signed-off-by: Paul Spooren <mail@aparcar.org>
* CONTRIBUTING: format Markdown and fix some typosPaul Spooren2020-09-30
| | | | | | | | | Also surround binaries and variable names with ticks so it's clearer what they are. Markdown formating via `remark-cli`. Signed-off-by: Paul Spooren <mail@aparcar.org>
* CONTRIBUTING.md: update branch infoFlorian Eckert2020-09-09
| | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* CONTRIBUTING.md: update Identifier for LicensesJosef Schlehofer2019-04-18
| | | | | | Use HTTPS in URL for spdx.org Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* CONTRIBUTING: Fix "Sign your work" linkAlex Tomlins2019-04-03
| | | | | | This was linking to a non-existent page in the wiki. Signed-off-by: Alex Tomlins <alex@tomlins.org.uk>
* CONTRIBUTING.md: Update documentation linksTed Hess2018-09-29
| | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* CONTRIBUTING.md: Revise and clarify Copyright and PKG_MAINTANER fields.Ted Hess2018-09-29
| | | | | | | Add description of preferred archive formats and download methods. Encourage multiple maintainers. Signed-off-by: Ted Hess <thess@kitschensync.net>
* treewide: use name in define and eval linesStijn Tintel2017-03-08
| | | | | | | | | | | | | | | For consistency, use full name instead of $(PKG_NAME) in define and eval lines for all packages. I've seen reviews that asked to do this before, and I am asking the same during reviews now. To avoid this in the future, fix this treewide so when people use existing packages as example, we will not have to request this change anymore. This makes all packages consistent with both LEDE and OpenWrt base repositories. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* CONTRIBUTING.md: Add advice about pull requestsHannu Nyman2015-11-20
| | | | | | Add "best practices" advice about working with pull requests. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* CONTRIBUTING: Add paragraph about the use of PKG_RELEASE tag.Ted Hess2015-02-04
| | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* Update CONTRIBUTING.mdSteven Barth2014-12-15
| | | | Add guideline to avoid rolling sources. Some minor cleanups and clarifications.
* CONTRIBUTING.md: typo in PKG_LICENSE_FILESIan Leonard2014-11-24
| | | | | | Per r33861, it should be PKG_LICENSE and PKG_LICENSE_FILES used for licensing information. Signed-off-by: Ian Leonard <antonlacon@gmail.com>
* Fix a typo in CONTRIBUTING.md textLuiz Angelo Daros de Luca2014-08-19
| | | | Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
* CONTRIBUTING: update gaining commit accessSteven Barth2014-08-12
| | | | Signed-off-by: Steven Barth <steven@midlink.org>
* CONTRIBUTING: readd example for PKG_LICENSE_FILESteven Barth2014-08-12
| | | | Signed-off-by: Steven Barth <steven@midlink.org>
* CONTRIBUTING: simplify PKG_LICENSE and PKG_LICENSE_FILE notesSteven Barth2014-08-12
| | | | | | I found them too hard to understand ;) Signed-off-by: Steven Barth <steven@midlink.org>
* CONTRIBUTING: add paragraph about gaining commit accessSteven Barth2014-08-12
| | | | Signed-off-by: Steven Barth <steven@midlink.org>
* CONTRIBUTING - an update with some addtions and clarificationsTed Hess2014-08-09
| | | | | | Pass 3, add back SPDX and examples. Change copyright reqs. Signed-off-by: Ted Hess <thess@kitschensync.net>
* Update contributers statementsbyx2014-07-31
| | | Signed-off-by: Steven Barth <cyrus@openwrt.org>
* Update contributing statementSteven Barth2014-07-29
|
* Improve CONTRIBUTING.mdEtienne CHAMPETIER2014-07-29
| | | | Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
* Split README in README.md and CONTRIBUTING.mdEtienne CHAMPETIER2014-07-23
see https://github.com/blog/1184-contributing-guidelines Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>