summary refs log tree commit diff stats
path: root/doc/contributing.rst
Commit message (Collapse)AuthorAgeFilesLines
* docs contributing: mention https://man.sr.ht/builds.sr.ht/build-ssh.md for ↵Timothee Cour2021-03-181-1/+5
| | | | ssh to CI machines (#17409)
* fix RST parsing when no indent after enum.item (fix #17249) (#17257)Andrey Makarov2021-03-121-9/+11
|
* followup #17077: also use assert instead of doAssert for `code-block` rst ↵Timothee Cour2021-02-211-1/+2
| | | | blocks intended to be used as `runnableExamples` (#17122)
* contributing: prefer assert to doAssert in runnableExamples (#17077)Timothee Cour2021-02-181-7/+24
|
* rst: single backticks now render correctly in both rst2html and github (#17028)Timothee Cour2021-02-131-59/+61
| | | | | | * rst: `` => ` * support default-role in rst2html * update docstyle regarding single vs double backticks
* Make small text changes in the docs (#16634)Elliot Waite2021-01-251-3/+3
| | | | | | | | | * Fix broken links in docs * Fix rand HSlice links * Make small text changes in the docs * Fix typo in contributing docs
* update contributing.rst (#16530)flywind2021-01-011-4/+4
| | | | | | | * update docs * Apply suggestions from code review * Update doc/contributing.rst
* Don't use `unittest.suite` and `unittest.test` (#16464)flywind2020-12-271-1/+1
|
* fix numbering in contributing.rst (#16042)Timothee Cour2020-11-181-6/+4
|
* contributing docs: always mentioned referenced issues in PR body (#16038)Timothee Cour2020-11-181-3/+10
|
* remove `codeowners` [ci skip]narimiran2020-11-111-4/+1
|
* Copy editing (#15733)Yanis Zafirópulos2020-10-261-18/+18
| | | | | | | | | * Minor fixes * Minor fixes * Minor fixes * Minor fixes
* it is not "eg", it is "e.g."narimiran2020-10-201-5/+5
|
* contributing docs: add instructions for economically restarting failed CI ↵Timothee Cour2020-10-191-1/+20
| | | | | | | jobs, debugging failed CI (#15576) * contributing docs: add instructions for economically restarting failed CI jobs, debugging failed CI * fixup
* add a section on naming new stdlib module names (#15590)Timothee Cour2020-10-191-0/+14
|
* update contributing.rst and docstyle.rst: refer to a bug via `bug #1234` + ↵Timothee Cour2020-06-261-23/+43
| | | | | | | other guidelines (#14796) * add a testing convention in nep1 * misc updates to contributing.rst and docstyle.rst * address comments
* drnim: tiny progress (#13882)Andreas Rumpf2020-04-151-3/+5
| | | | | | | | | | | * drnim: tiny progress * refactoring complete * drnim: prove .ensures annotations * Moved code around to avoid code duplication * drnim: first implementation of the 'old' property * drnim: be precise about the assignment statement * first implementation of --assumeUnique * progress on forall/exists handling
* contributing.rst: Add a special rule for 'outplace'-like featuresAraq2020-02-051-2/+15
|
* contributing docs: symbols need package prefix; changed allocStats to ↵Timothee Cour2020-01-251-0/+14
| | | | nimAllocStats (#13247)
* followup on #10435 : should be diff, not show (#13162)Timothee Cour2020-01-171-1/+1
|
* added guidelines for evolving Nim's stdlibAraq2019-12-241-0/+62
|
* docs: tiny style improvementsAraq2019-12-241-0/+1
|
* Fix word wrappingJjp1372019-10-221-2/+1
|
* Prefer relative links for Nim documentationJjp1372019-10-221-2/+2
| | | | | | | | | | | This is more friendly to those browsing the documentation without a network connection. The nim-doc package in Debian allows this, for example. Also, the domain name being used was not consistent. It could have been either nim-lang.org or nim-lang.github.io, and those reading the stable docs could have found themselves suddenly reading the devel docs instead.
* Fix many broken linksJjp1372019-10-221-1/+2
| | | | | | Note that contrary to what docgen.rst currently says, the ids have to match exactly or else most web browsers will not jump to the intended symbol.
* updated the contributing.rst guidelinesAndreas Rumpf2019-09-251-12/+4
|
* contributing.rst guide: Make the rules reflect the reality.Andreas Rumpf2019-06-271-2/+7
|
* [other] introduce a separate changelog for backports, updatenarimiran2019-06-171-24/+33
| | | | contributing guidelines
* updates the contributing guidelines [other]Andreas Rumpf2019-06-071-6/+4
|
* fixupTimothee Cour2019-02-051-2/+2
|
* [doc] lots of fixes in doc/contributing.rst and doc/docstyle.rstTimothee Cour2019-02-051-30/+36
|
* add git diff hints to help with reviews (#10435)Timothee Cour2019-01-281-0/+20
|
* Add "cmd" description, minor improvements (#10436)Federico Ceratto2019-01-251-2/+3
|
* fix #10287 (#10448)Miran2019-01-251-1/+5
| | | | | | The only thing separating these two files (which wrongly appear on index.html as modules) and the rest of the (correctly placed) documents was the style of the title :D
* Add koch run example (#10434)Federico Ceratto2019-01-241-1/+8
|
* minor cleanupsAndreas Rumpf2018-12-111-10/+1
|
* Fixes #9671 (#9750)Randy Smith2018-11-191-4/+4
|
* contributing guide: document the new [backport] conventionAraq2018-10-301-5/+12
|
* [doc] add tips to doc/contributing.rst: git, code review, CI (#9429)Timothee Cour2018-10-191-1/+34
|
* [doc] start of best practices section in contributing.rst (#9415)Timothee Cour2018-10-181-0/+80
|
* doc: tests/testament/specs.nim => testament/specs.nim (#9338)Timothee Cour2018-10-131-1/+1
|
* Testament pre parallel (#9137)Jacek Sieka2018-10-121-1/+1
| | | | | | | | | | * testament: move to root dir (it's not a test) * osproc: fix process index passed to afterRunEvent for parallel runs it was passing the index of the process, not index of all commands * testament: complete file move
* update contributing.rst and added codeowners.rstAraq2018-10-111-19/+19
|
* make contributing.rst more up to date; reference it in readme.md to make it ↵Timothee Cour2018-10-111-26/+92
| | | | more discoverable (#9302)
* website: http to https updatesAraq2017-02-061-1/+1
|
* further cleanups; refs #4934Araq2016-10-241-0/+226
|
* moved contributing guide back to rootSimon Hafner2015-06-251-166/+0
| | | | "I don't want symlinks, symlinks suck, they turn an acylic tree into an acyclic graph."
* fixes #2974Araq2015-06-251-0/+166