Skip to content

Commit 09a5bcc

Browse files
authored
Create writing_submission.yml
1 parent a01a7e7 commit 09a5bcc

File tree

1 file changed

+92
-0
lines changed

1 file changed

+92
-0
lines changed
Lines changed: 92 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,92 @@
1+
name: Technical Writing Submission ✍️
2+
description: Want to share your technical knowledge? Submit your article here!
3+
title: '[Topic] <Insert topic here>'
4+
labels: ''
5+
assignees: ''
6+
7+
body:
8+
- type: paragraph
9+
content: |
10+
#### Summary
11+
12+
**A brief overview of the topic and the key points covered in the article.**
13+
14+
- type: textarea
15+
name: |
16+
summary
17+
id: summary
18+
label: Summary
19+
validationMessage: Please provide a summary of the article.
20+
required: true
21+
22+
- type: paragraph
23+
content: |
24+
#### Body
25+
26+
**The full text of the article, divided into sections for easier reading.**
27+
28+
- type: textarea
29+
name: |
30+
body
31+
id: body
32+
label: Body
33+
validationMessage: Please provide the full text of the article.
34+
required: true
35+
36+
- type: paragraph
37+
content: |
38+
#### References
39+
40+
**A list of sources consulted while writing the article.**
41+
42+
- type: textarea
43+
name: |
44+
references
45+
id: references
46+
label: References
47+
validationMessage: Please provide a list of references.
48+
required: false
49+
50+
- type: paragraph
51+
content: |
52+
#### Supplementary Material
53+
54+
**Any additional images, graphs, or code snippets related to the article.**
55+
56+
- type: textarea
57+
name: |
58+
supplementary_material
59+
id: supplementary_material
60+
label: Supplementary Material
61+
validationMessage: Please provide any additional material.
62+
required: false
63+
64+
- type: checkboxes
65+
name: |
66+
agreement
67+
id: agreement
68+
label: Agreement
69+
options:
70+
- label: I confirm that I wrote the article myself and hold the rights to publish it.
71+
name: confirmation
72+
required: true
73+
74+
- label: I permit CSEdge Learn to publish the article on its website and social media platforms.
75+
name: publication
76+
required: true
77+
78+
- label: I acknowledge that the editorial team reserves the right to make minor edits for clarity and consistency.
79+
name: editing
80+
required: true
81+
82+
- label: I have reviewed the "[Contributing Guidelines](https://github.com/CSEdgeOfficial/learn.csedge.courses/blob/main/CONTRIBUTING.md)" of this project.
83+
name: contributing_guidelines
84+
required: true
85+
86+
- label: I am a GSSoC'24 contributor.
87+
name: gsoc_contributor
88+
required: false
89+
90+
required:
91+
- summary
92+
- body

0 commit comments

Comments
 (0)