|
1 | | -# Contributing to Astroject |
2 | | -Contributions are welcome! Please feel free to submit pull requests or open issues via these guidelines. |
| 1 | +# Contributors |
3 | 2 |
|
4 | | -## Creating Issues |
5 | | -// TODO |
| 3 | +We appreciate all contributions to this Swift library! This document recognizes the individuals and groups who have helped make this project better. |
6 | 4 |
|
7 | | -## Creating Pull Requests |
8 | | -// TODO |
| 5 | +## Thank You! |
| 6 | + |
| 7 | +We extend a huge thank you to everyone who has contributed to this project, whether through bug reports, feature suggestions, documentation improvements, or code contributions. Your efforts are invaluable! |
| 8 | + |
| 9 | +## How Contributions Are Recognized |
| 10 | + |
| 11 | +* **Version Tags:** When a new version of the library is deployed, we will acknowledge the contributions made in the release notes associated with the tag. |
| 12 | +* **Commit Messages:** Individual contributions are also recognized in the commit messages of the repository. |
| 13 | +* **Maintainer Vetting:** Individuals interested in becoming maintainers will go through a vetting process. |
| 14 | + |
| 15 | +## Contributors |
| 16 | + |
| 17 | +Here's a list of our contributors (alphabetical order): |
| 18 | + |
| 19 | +* [Porter McGary](https://github.com/mcgaryp) |
| 20 | + |
| 21 | +## Maintainers |
| 22 | + |
| 23 | +The following individuals are the current maintainers of this project: |
| 24 | + |
| 25 | +* [Porter McGary](https://github.com/mcgaryp) |
| 26 | + |
| 27 | +## Contribution Guidelines |
| 28 | + |
| 29 | +We encourage contributions that align with the goals of this library. Please adhere to the following guidelines: |
| 30 | + |
| 31 | +* Follow the coding style enforced by SwiftLint. |
| 32 | +* Submit bug reports and feature suggestions through GitHub issues. |
| 33 | +* Contribute to documentation to improve clarity and completeness. |
| 34 | +* All contributions are subject to the project's MIT License. |
| 35 | + |
| 36 | +## Future Maintainers |
| 37 | + |
| 38 | +If you are interested in becoming a maintainer, please open an issue to express your interest. You will then be vetted by the current maintainers. |
| 39 | + |
| 40 | +## Note on Bots |
| 41 | + |
| 42 | +While we appreciate the efficiency of bots, we currently track contributions manually via commit messages and release tags. If a free and suitable bot solution becomes available, we will consider implementing it. |
| 43 | + |
| 44 | +--- |
| 45 | + |
| 46 | +This `CONTRIBUTORS.md` file is subject to change as the project evolves. |
0 commit comments