summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
Commit message (Collapse)AuthorAgeFilesLines
* doc: assorted typo fixesDaiki Ueno2020-09-031-3/+3
| | | | | | Spotted by codespell. Signed-off-by: Daiki Ueno <ueno@gnu.org>
* CONTRIBUTING.md: Fix syntax error [ci skip]Andreas Metzler2019-06-151-0/+1
| | | | Signed-off-by: Andreas Metzler <ametzler@bebt.de>
* RELEASES.md: document the releases policy [ci skip]tmp-releasesNikos Mavrogiannopoulos2019-05-261-1/+1
| | | | | | | | | This adds a file to document the policy on releases based on the discussions taken place in the last face to face meeting. https://gitlab.com/gnutls/gnutls/wikis/face2face-meeting-fosdem2019 Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* Add 'Header guards' section in CONTRIBUTING.mdTim Rühsen2019-05-071-0/+22
| | | | Signed-off-by: Tim Rühsen <tim.ruehsen@gmx.de>
* CONTRIBUTING.md: document unit testing method of internal functions [ci skip]Nikos Mavrogiannopoulos2019-04-071-3/+5
| | | | | | Resolves: #749 Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* Fix 'make glimport' and update CONTRIBUTING.mdtmp-update-glimport-and-docsTim Rühsen2019-01-281-7/+5
| | | | Signed-off-by: Tim Rühsen <tim.ruehsen@gmx.de>
* CONTRIBUTING.md: specify rules for static/inline functions [ci skip]tmp-comment-styleNikos Mavrogiannopoulos2018-11-281-2/+6
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* CONTRIBUTING.md: proposal for new features/modifications approach [ci skip]Nikos Mavrogiannopoulos2018-11-281-0/+18
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* CONTRIBUTING.md: added proposal on commenting style [ci skip]Nikos Mavrogiannopoulos2018-11-281-0/+41
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* tests: resume: use spaces around '?' and ':' according to coding styleNikos Mavrogiannopoulos2018-11-191-2/+3
| | | | | | Also set a link to the kernel coding style in CONTRIBUTIONS.md Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* use a consistent method to mark fall-through in switch casesNikos Mavrogiannopoulos2018-08-081-2/+39
| | | | | | | | Also document that method in contribution guide. Resolves #306 Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* CONTRIBUTING.md: document why gnulib is kept separate [ci skip]Nikos Mavrogiannopoulos2018-05-191-0/+6
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* CONTRIBUTING.md: documented status of C++ library [ci skip]Nikos Mavrogiannopoulos2018-05-071-0/+3
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* CONTRIBUTING.md: added text on CI [ci skip]Nikos Mavrogiannopoulos2018-05-041-1/+9
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
* The abi-check target was updated to check against the last tagNikos Mavrogiannopoulos2018-03-221-0/+4
| | | | | | | | | | | | | | | | | As abi-dumper and abi-compliance-checker tools are not reliable when run across different systems, we now compare the previous tag ABI with the current compiled library. That is in contrast with the previous behavior of storing the output files of abi-dumper, which can become obsolete on a CI update. That also moves the ABI check only on the CI, and not in the 'make dist' rule as it takes significant time to run. This relates to an issue reported against libidn2's use of abi-compliance-checker but it affects gnutls as they share similar code: https://gitlab.com/libidn/libidn2/issues/42 Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* CONTRIBUTING.md: added more info about gnulibNikos Mavrogiannopoulos2018-03-041-0/+15
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* CONTRIBUTING.md: check the issue closing as part of review [ci skip]Nikos Mavrogiannopoulos2018-02-021-0/+1
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
* added sub-section on selecting the right return value [ci skip]Nikos Mavrogiannopoulos2018-01-221-0/+7
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
* CONTRIBUTING.md: added a short text on reviewing code [ci skip]tmp-review-guidelinesNikos Mavrogiannopoulos2017-11-021-0/+21
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
* CONTRIBUTING.md: added some text on introducing new APIs [ci skip]Nikos Mavrogiannopoulos2017-09-271-1/+19
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
* CONTRIBUTING.md: corrected typo [ci skip]Nikos Mavrogiannopoulos2017-08-101-1/+1
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
* CONTRIBUTING.md: added section on symbol versioningNikos Mavrogiannopoulos2017-08-091-0/+45
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
* CONTRIBUTING.md: specified rules on boolean functionsNikos Mavrogiannopoulos2017-07-171-0/+14
| | | | | | Based on suggestion by Hubert Kario. Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* documented the make files-update make optionNikos Mavrogiannopoulos2017-05-201-0/+8
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* doc: document the use of assert()Nikos Mavrogiannopoulos2017-02-211-0/+21
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
* CONTRIBUTING.md: Improve instructions on git-template [ci skip]Nikos Mavrogiannopoulos2017-01-091-1/+3
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* Simplified contribution policy [ci skip]Nikos Mavrogiannopoulos2017-01-021-4/+12
| | | | | | Also added a template to assist in the required steps to contribute. Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
* doc updateNikos Mavrogiannopoulos2016-09-111-1/+1
|
* doc: updated contribution guide with more info on test suite [ci skip]Nikos Mavrogiannopoulos2016-08-041-2/+11
|
* doc: updated contribution guideNikos Mavrogiannopoulos2016-07-111-10/+10
|
* doc: updated contribution guideNikos Mavrogiannopoulos2016-07-111-21/+21
|
* CONTRIBUTING.md: link to milestones instead of all issuesNikos Mavrogiannopoulos2016-05-201-1/+1
|
* CONTRIBUTING.md: doc updateNikos Mavrogiannopoulos2016-05-201-3/+4
|
* Moved coding style and contribution guide to CONTRIBUTION.mdNikos Mavrogiannopoulos2016-05-141-0/+143
This aligns with gitlab's web interface.