File tree Expand file tree Collapse file tree 4 files changed +71
-0
lines changed Expand file tree Collapse file tree 4 files changed +71
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ name : ✍🏻 Issue Name
3
+ about : Description for the Issue template type
4
+ title : " Custom Issue Title"
5
+ labels : label 1, label 2
6
+ assignees : the-kolibri
7
+ ---
Original file line number Diff line number Diff line change
1
+ # Custom Pull Request
2
+
3
+ Custom Pull Request message section
Original file line number Diff line number Diff line change
1
+ # Standard Pull Request
2
+
3
+ Basic Pull Request message section
Original file line number Diff line number Diff line change
1
+ # Kolibri Template
2
+
3
+ ![ Code Name] ( https://img.shields.io/badge/Code%20Name-v0.0.0-lightgrey )
4
+
5
+ ## Repository Template
6
+
7
+ This is a Kolibri's repository template for new projects.
8
+
9
+ Ready to clone and start a new project with the basic standards of the KN developments.
10
+
11
+ ## Content
12
+
13
+ * ** Readme** file template
14
+ * ** .github** directory for ** Issues** and ** PRs** templates
15
+ * ** Issue** base template
16
+ * ** PRs** base template
17
+
18
+ ## Template Instructions
19
+
20
+ 1 . Clone
21
+ 2 . Assign Project
22
+ 3 . Assign Milestones
23
+ 4 . Add Labels
24
+ 5 . Start Coding
25
+
26
+ ## Readme Template Structure
27
+
28
+ * Title of the project
29
+ * Shield labels
30
+ * Subject of the project
31
+ * Description of the project / repo
32
+ * Base Instructions
33
+ * Code Names list (5 min)
34
+
35
+ ### Template
36
+
37
+ ``` plain
38
+ # Repo Title
39
+
40
+ 
41
+
42
+ ## Repo Subject
43
+
44
+ ## Description
45
+
46
+ ## Instructions
47
+
48
+ ### Codenames
49
+
50
+ ```language
51
+ v0.0.0 Codename A
52
+ v1.0.0 Codename B
53
+ v2.0.0 Codename C
54
+ v3.0.0 Codename D
55
+ v4.0.0 Codename E
56
+ v5.0.0 Codename F
57
+ ```
58
+ ```
You can’t perform that action at this time.
0 commit comments