Skip to content

Commit 37066d0

Browse files
committed
Base files
0 parents  commit 37066d0

File tree

4 files changed

+71
-0
lines changed

4 files changed

+71
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
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+
---
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Custom Pull Request
2+
3+
Custom Pull Request message section

.github/pull_request_template.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Standard Pull Request
2+
3+
Basic Pull Request message section

README.md

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
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+
![Code Name](https://img.shields.io/badge/Code%20Name-v0.0.0-lightgrey)
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+
```

0 commit comments

Comments
 (0)