File tree Expand file tree Collapse file tree 4 files changed +40
-1
lines changed Expand file tree Collapse file tree 4 files changed +40
-1
lines changed Original file line number Diff line number Diff line change 14
14
additional_dependencies : [black==22.12.0]
15
15
16
16
- repo : https://github.com/pycqa/isort
17
- rev : 5.11.4
17
+ rev : 5.12.0
18
18
hooks :
19
19
- id : isort
20
20
args : [
Original file line number Diff line number Diff line change
1
+ # Authors
2
+
3
+ ## Project Lead or Owner
4
+
5
+ * [ First Last] ( https://github.com/ghusername )
6
+
7
+ ## Contributors
8
+
9
+ * [ Jane Smith] ( https://github.com/janesmith )
10
+ * [ Jim Jones] ( https://github.com/jimjones )
11
+ * [ Jack Johnson] ( https://github.com/jackjohnson )
Original file line number Diff line number Diff line change 23
23
label="doc", shape="folder"
24
24
]
25
25
26
+ source [
27
+ label="source", shape="folder"
28
+ ]
29
+
26
30
src [
27
31
label="src", shape="folder"
28
32
]
29
33
34
+ conf_file [
35
+ label="conf.py", shape="file"
36
+ ]
37
+
30
38
ansys [
31
39
label="ansys", shape="folder"
32
40
]
47
55
label="tests", shape="folder"
48
56
]
49
57
58
+ authors [
59
+ label="AUTHORS.md", shape="file"
60
+ ]
61
+
50
62
changelog [
51
63
label="CHANGELOG.md", shape="file"
52
64
]
79
91
pyproduct_library -> doc;
80
92
pyproduct_library -> src;
81
93
pyproduct_library -> tests;
94
+ pyproduct_library -> authors;
82
95
pyproduct_library -> license;
83
96
pyproduct_library -> changelog;
84
97
pyproduct_library -> code_of_conduct;
87
100
pyproduct_library -> pyproject;
88
101
pyproduct_library -> setup;
89
102
103
+ doc -> source;
104
+ source -> conf_file;
105
+
90
106
src -> ansys;
91
107
ansys -> product;
92
108
product -> library;
Original file line number Diff line number Diff line change @@ -201,6 +201,18 @@ This is the preferred way of naming directories and files inside the
201
201
``tests/ `` directory.
202
202
203
203
204
+
205
+ The ``AUTHORS.md `` file
206
+ -----------------------
207
+ An ``AUTHORS.md `` file is used to list the authors of the repository. It is
208
+ used to credit the authors for their individual contributions and provide a
209
+ record of authorship for the codebase. Use your first and last name and provide
210
+ a link to your GitHub username.
211
+
212
+ .. literalinclude :: code/authors_file.md
213
+ :language: markdown
214
+
215
+
204
216
The ``CHANGELOG.md `` file
205
217
-------------------------
206
218
You can’t perform that action at this time.
0 commit comments