summary refs log tree commit diff stats
path: root/doc/contributing.rst
Commit message (Expand)AuthorAgeFilesLines
* the title of PR should contain a brief description (#19211)flywind2021-12-061-0/+3
* breaking changes policies (#18541)Andreas Rumpf2021-07-211-0/+114
* [ci skip] correctly explain how to use `[backport]` tagsnarimiran2021-05-121-3/+3
* move travis, appveyor, ci.yml.disabled to `unmaintained/` (#17828)Timothee Cour2021-04-241-2/+2
* add RST highlighting for command line / shells (also fixes #16858) (#17789)Andrey Makarov2021-04-211-85/+92
* support skip ci in azure pipelines, and support it properly in github action...Timothee Cour2021-04-201-3/+4
* enable syntax highlighting for inline code (#17585)Andrey Makarov2021-04-021-0/+38
* RST: enable parsing of prefix roles (ref #17340) (#17514)Andrey Makarov2021-03-291-0/+9
* docs contributing: mention https://man.sr.ht/builds.sr.ht/build-ssh.md for ss...Timothee Cour2021-03-181-1/+5
* 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 blo...Timothee Cour2021-02-211-1/+2
* 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
* Make small text changes in the docs (#16634)Elliot Waite2021-01-251-3/+3
* update contributing.rst (#16530)flywind2021-01-011-4/+4
* 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
* it is not "eg", it is "e.g."narimiran2020-10-201-5/+5
* contributing docs: add instructions for economically restarting failed CI job...Timothee Cour2020-10-191-1/+20
* 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` + ot...Timothee Cour2020-06-261-23/+43
* drnim: tiny progress (#13882)Andreas Rumpf2020-04-151-3/+5
* contributing.rst: Add a special rule for 'outplace'-like featuresAraq2020-02-051-2/+15
* contributing docs: symbols need package prefix; changed allocStats to nimAllo...Timothee Cour2020-01-251-0/+14
* 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
* Fix many broken linksJjp1372019-10-221-1/+2
* 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
* 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
* 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
'>583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949