Skip to content

Commit 3c7fd36

Browse files
authored
Fix YAML color format and add @dill-lk as permanent contributor
Fix YAML color format and add @dill-lk as permanent contributor
2 parents ac945c5 + 01e8792 commit 3c7fd36

6 files changed

Lines changed: 42 additions & 2 deletions

File tree

.github/labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@
141141
description: Extra attention is needed
142142

143143
- name: first-time-contributor
144-
color: blueviolet
144+
color: 8a2be2
145145
description: First contribution from this author
146146

147147
- name: hacktoberfest

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,10 @@ jobs:
245245
```
246246
247247
See the [README](https://github.com/dill-lk/Gravity-Lang#readme) for full documentation.
248+
249+
### 🙌 Maintainer
250+
251+
Gravity-Lang is created and maintained by [@dill-lk](https://github.com/dill-lk).
248252
EOMD
249253
250254
VERSION=${TAG_NAME#v}

CONTRIBUTING.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
Thank you for your interest in contributing to Gravity-Lang! This document provides guidelines and instructions for contributing to the project.
44

5+
**Maintainer**: [@dill-lk](https://github.com/dill-lk)
6+
57
## Table of Contents
68

79
- [Code of Conduct](#code-of-conduct)
@@ -230,6 +232,10 @@ When adding features, include:
230232

231233
By contributing, you agree that your contributions will be licensed under the same license as the project (see LICENSE file).
232234

235+
## Contributors
236+
237+
All contributors are recognized in our [CONTRIBUTORS.md](CONTRIBUTORS.md) file. Thank you to everyone who helps make Gravity-Lang better!
238+
233239
---
234240

235241
Thank you for contributing to Gravity-Lang! Your efforts help make gravitational physics simulations accessible to everyone.

CONTRIBUTORS.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Contributors
2+
3+
This file acknowledges the people who have contributed to Gravity-Lang.
4+
5+
## Project Creator & Maintainer
6+
7+
- **[@dill-lk](https://github.com/dill-lk)** - Project creator and primary maintainer
8+
9+
## How to Contribute
10+
11+
We welcome contributions from everyone! Please see our [Contributing Guide](CONTRIBUTING.md) for details on how to get started.
12+
13+
## Recognition
14+
15+
All contributors are automatically recognized through our [contributor recognition workflow](.github/workflows/contributor-recognition.yml):
16+
17+
- 🌟 First-time contributors receive a special welcome message
18+
- 🏅 Milestone labels are added for 1, 5, 10, 25, and 50 merged contributions
19+
- 🎉 Each merged PR is acknowledged with a thank you message
20+
21+
## Contributors List
22+
23+
This section will be updated as the community grows. All contributors with merged pull requests are valued members of the Gravity-Lang community.
24+
25+
---
26+
27+
Thank you to everyone who contributes to making Gravity-Lang better! 🚀

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,8 @@ This project is licensed under the terms specified in the [LICENSE](LICENSE) fil
246246

247247
## Acknowledgments
248248

249-
Gravity-Lang is an experimental project exploring domain-specific languages for scientific computing and physics simulation.
249+
Gravity-Lang is created and maintained by [@dill-lk](https://github.com/dill-lk).
250+
251+
This project is an experimental exploration of domain-specific languages for scientific computing and physics simulation.
250252

251253
For questions, discussions, or to share your simulations, feel free to [open an issue](https://github.com/dill-lk/Gravity-Lang/issues) or start a [discussion](https://github.com/dill-lk/Gravity-Lang/discussions).

docs/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ Check out advanced topics:
6565
## Community
6666

6767
- [Contributing Guide](../CONTRIBUTING.md)
68+
- [Contributors](../CONTRIBUTORS.md)
6869
- [Code of Conduct](../CODE_OF_CONDUCT.md)
6970
- [GitHub Issues](https://github.com/dill-lk/Gravity-Lang/issues)
7071
- [GitHub Discussions](https://github.com/dill-lk/Gravity-Lang/discussions)

0 commit comments

Comments
 (0)