You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+9-3Lines changed: 9 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,7 @@
1
1
# Contributing to Gitingest
2
2
3
-
Thanks for your interest in contributing to **Gitingest** 🚀 Our goal is to keep the codebase friendly to first-time contributors.
3
+
Thanks for your interest in contributing to **Gitingest** 🚀 Our goal is to keep the codebase friendly to first-time
4
+
contributors.
4
5
If you ever get stuck, reach out on [Discord](https://discord.com/invite/zerRaGK9EC).
5
6
6
7
---
@@ -10,7 +11,8 @@ If you ever get stuck, reach out on [Discord](https://discord.com/invite/zerRaGK
10
11
-**Create an Issue** – found a bug or have a feature idea?
11
12
[Open an issue](https://github.com/coderamp-labs/gitingest/issues/new).
12
13
-**Spread the Word** – tweet, blog, or tell a friend.
13
-
-**Use Gitingest** – real-world usage gives the best feedback. File issues or ping us on [Discord](https://discord.com/invite/zerRaGK9EC) with anything you notice.
14
+
-**Use Gitingest** – real-world usage gives the best feedback. File issues or ping us
15
+
on [Discord](https://discord.com/invite/zerRaGK9EC) with anything you notice.
14
16
15
17
---
16
18
@@ -68,7 +70,7 @@ If you ever get stuck, reach out on [Discord](https://discord.com/invite/zerRaGK
68
70
python -m server
69
71
```
70
72
71
-
Open [http://localhost:8000](http://localhost:8000) to confirm everything works.
73
+
Open [http://localhost:8000](http://localhost:8000) to confirm everything works.
72
74
73
75
10. **Commit** (signed):
74
76
@@ -86,6 +88,10 @@ If you ever get stuck, reach out on [Discord](https://discord.com/invite/zerRaGK
86
88
87
89
12. **Open a pull request** on GitHub with a clear description.
88
90
91
+
>**Important:** Pull request titles **must follow
92
+
the [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) specification**. This helps with
93
+
changelogs and automated releases.
94
+
89
95
13. **Iterate** on any review feedback—update your branch and repeat **6 – 11** as needed.
90
96
91
97
*(Optional) Invite a maintainer to your branch for easier collaboration.*
0 commit comments