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
Thanks for your interest in contributing to Gitingest! 🚀 Gitingest aims to be friendly for first time contributors, with a simple python and html codebase. We would love your help to make it even better. If you need any help while working with the code, please reach out to us on [Discord](https://discord.com/invite/zerRaGK9EC).
4
+
5
+
## How to Contribute (non-technical)
6
+
7
+
-**Create an Issue**: If you find a bug or have an idea for a new feature, please [create an issue](https://github.com/cyclotruc/gitingest/issues/new) on GitHub. This will help us track and prioritize your request.
8
+
-**Spread the Word**: If you like Gitingest, please share it with your friends, colleagues, and on social media. This will help us grow the community and make Gitingest even better.
9
+
-**Use Gitingest**: The best feedback comes from real-world usage! If you encounter any issues or have ideas for improvement, please let us know by [creating an issue](https://github.com/cyclotruc/gitingest/issues/new) on GitHub or by reaching out to us on [Discord](https://discord.com/invite/zerRaGK9EC).
Copy file name to clipboardExpand all lines: README.md
+12-68Lines changed: 12 additions & 68 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -97,6 +97,18 @@ If you are hosting it on a domain, you can specify the allowed hostnames via env
97
97
ALLOWED_HOSTS="example.com, localhost, 127.0.0.1"
98
98
```
99
99
100
+
## ✔️ Contributing to Gitingest
101
+
102
+
### Non-technical ways to contribute
103
+
104
+
-**Create an Issue**: If you find a bug or have an idea for a new feature, please [create an issue](https://github.com/cyclotruc/gitingest/issues/new) on GitHub. This will help us track and prioritize your request.
105
+
-**Spread the Word**: If you like Gitingest, please share it with your friends, colleagues, and on social media. This will help us grow the community and make Gitingest even better.
106
+
-**Use Gitingest**: The best feedback comes from real-world usage! If you encounter any issues or have ideas for improvement, please let us know by [creating an issue](https://github.com/cyclotruc/gitingest/issues/new) on GitHub or by reaching out to us on [Discord](https://discord.com/invite/zerRaGK9EC).
107
+
108
+
### Technical ways to contribute
109
+
110
+
Gitingest aims to be friendly for first time contributors, with a simple python and html codebase. If you need any help while working with the code, reach out to us on [Discord](https://discord.com/invite/zerRaGK9EC). For detailed instructions on how to make a pull request, see [CONTRIBUTING.md](./CONTRIBUTING.md).
@@ -108,71 +120,3 @@ If you are hosting it on a domain, you can specify the allowed hostnames via env
108
120
### Looking for a JavaScript/Node package?
109
121
110
122
Check out the NPM alternative 📦 Repomix: <https://github.com/yamadashy/repomix>
111
-
112
-
## ✔️ Contributing to Gitingest
113
-
114
-
Gitingest aims to be friendly for first time contributors, with a simple python and html codebase. If you need any help while working with the code, reach out to us on [Discord](https://discord.com/invite/zerRaGK9EC).
115
-
116
-
### Ways to help (non-technical)
117
-
118
-
- Provide your feedback and ideas on Discord
119
-
- Open an issue on GitHub to report a bug / submit a feature request
120
-
- Talk about Gitingest on social media
121
-
122
-
### How to submit a PR
123
-
124
-
1. Fork the repository & clone it locally
125
-
2. Setup the dev environment (see Development section bellow)
126
-
3. Run unit tests with `pytest`
127
-
4. Commit your changes and run `pre-commit`
128
-
5. Open a pull request on GitHub for review and feedback
129
-
6. (Optionnal) Invite project maintainer to your branch for easier collaboration
0 commit comments