Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add more information to contributing page #7916

Merged
merged 42 commits into from
Jan 28, 2024
Merged
Changes from 1 commit
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
d155e00
Add more information to contributing page.
Dreamsorcerer Nov 27, 2023
1abf034
Create 7916.doc
Dreamsorcerer Nov 27, 2023
616576b
Update docs/contributing.rst
Dreamsorcerer Nov 27, 2023
1b67ffa
Update contributing.rst
Dreamsorcerer Nov 27, 2023
4677136
Update 7916.doc
Dreamsorcerer Nov 27, 2023
37a5a3a
Update spelling_wordlist.txt
Dreamsorcerer Nov 27, 2023
d4f956b
Update docs/contributing.rst
Dreamsorcerer Dec 1, 2023
aa58588
Include changes readme
Dreamsorcerer Dec 12, 2023
a2a6ed9
Update README.rst
Dreamsorcerer Dec 12, 2023
c8d8887
Update contributing.rst
Dreamsorcerer Dec 12, 2023
d625b3d
Update spelling_wordlist.txt
Dreamsorcerer Dec 12, 2023
8c3d928
Update contributing.rst
Dreamsorcerer Dec 12, 2023
14acacf
Update README.rst
Dreamsorcerer Dec 12, 2023
c761044
Update README.rst
Dreamsorcerer Dec 12, 2023
7639249
Update README.rst
Dreamsorcerer Dec 12, 2023
91ac91c
Update README.rst
Dreamsorcerer Dec 12, 2023
cb62097
Update CHANGES/7916.doc
Dreamsorcerer Jan 26, 2024
9089797
Update README.rst
Dreamsorcerer Jan 27, 2024
d96b18b
Update contributing.rst
Dreamsorcerer Jan 27, 2024
96b5c39
Create contributing-cov-comment.svg
Dreamsorcerer Jan 27, 2024
a733f0d
Update contributing.rst
Dreamsorcerer Jan 27, 2024
19efe3a
Delete docs/contributing-cov-comment.png
Dreamsorcerer Jan 27, 2024
1c2624b
Create contributing-cov-header.svg
Dreamsorcerer Jan 27, 2024
a2104ba
Update contributing.rst
Dreamsorcerer Jan 27, 2024
8760165
Delete docs/contributing-cov-header.png
Dreamsorcerer Jan 27, 2024
a2123d0
Update contributing.rst
Dreamsorcerer Jan 27, 2024
fe93ad4
Update contributing.rst
Dreamsorcerer Jan 27, 2024
d82e65e
Update README.rst
Dreamsorcerer Jan 27, 2024
7fe88d2
Update docs/contributing.rst
Dreamsorcerer Jan 28, 2024
2c5ab46
Header
Dreamsorcerer Jan 28, 2024
0aadbf2
Update contributing.rst
Dreamsorcerer Jan 28, 2024
1cbad49
Code coverage
Dreamsorcerer Jan 28, 2024
1bc8110
Update 7916.doc
Dreamsorcerer Jan 28, 2024
f4b72b2
.rst
Dreamsorcerer Jan 28, 2024
11fa848
Tip
Dreamsorcerer Jan 28, 2024
d8472a2
Create contributing-cov-partial.svg
Dreamsorcerer Jan 28, 2024
624905c
Create contributing-cov-miss.svg
Dreamsorcerer Jan 28, 2024
191b4c5
Delete docs/contributing-cov-miss.png
Dreamsorcerer Jan 28, 2024
aeb4018
Delete docs/contributing-cov-partial.png
Dreamsorcerer Jan 28, 2024
8284d87
Update contributing.rst
Dreamsorcerer Jan 28, 2024
1310a6d
Merge branch 'master' into docs-contributing
Dreamsorcerer Jan 28, 2024
c949f75
Update docs/contributing.rst
Dreamsorcerer Jan 28, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update README.rst
  • Loading branch information
Dreamsorcerer authored Dec 12, 2023
commit c76104452c5923dcc9103dc06dc5048e4d4795a1
9 changes: 4 additions & 5 deletions CHANGES/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,11 @@ with your own!).
Finally, name your file following the convention that Towncrier
understands: it should start with the number of an issue or a
PR followed by a dot, then add a patch type, like ``feature``,
``doc``, ``misc`` etc., and add ``.rst`` as a suffix. If you
Dreamsorcerer marked this conversation as resolved.
Show resolved Hide resolved
need to add more than one fragment, you may add an optional
sequence number (delimited with another period) between the type
and the suffix.
``doc``, ``misc`` etc. If you need to add more than one fragment,
you may add an optional sequence number (delimited with another period)
between the type and the suffix.

In general the name will follow ``<pr_number>.<category>.rst`` pattern,
Dreamsorcerer marked this conversation as resolved.
Show resolved Hide resolved
In general the name will follow ``<pr_number>.<category>`` pattern,
where the categories are:

- ``feature``: Any new feature
Expand Down
Loading