-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: use Github as a mirror and use Codeberg as default repo
- Loading branch information
Showing
2 changed files
with
29 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -78,8 +78,34 @@ precedence. | |
|
||
## How To Contribute | ||
|
||
We welcome contributions! If you'd like to contribute to this repository, please | ||
feel free to send a pull request. | ||
I welcome and appreciate contributions from the community! Here are the ways | ||
you can contribute: | ||
|
||
1. **Codeberg (Preferred)** | ||
- Visit the main repository on Codeberg: https://codeberg.org/p1ld7a/master-thesis | ||
- Fork the repository and make your changes. | ||
- Submit a pull request for review. | ||
- Ensure your code adheres to our coding guidelines and is well-documented. | ||
|
||
2. **GitHub** | ||
- Visit the mirror repository on GitHub: https://github.com/drupol/master-thesis | ||
- Fork the repository and make your changes. | ||
- Submit a pull request for review. | ||
- Ensure your code adheres to our coding guidelines and is well-documented. | ||
|
||
3. **Email** | ||
- If you prefer, you can also contribute by sending me patches or suggestions | ||
via email. | ||
- Please include a detailed description of your changes and any relevant | ||
attachments. | ||
- My email address: [email protected] | ||
|
||
### Contribution Guidelines | ||
|
||
To ensure a smooth contribution process, please follow these guidelines: | ||
|
||
- **Code Quality:** Make sure your changes are clean and readable. | ||
- **Commit Messages:** Write clear and descriptive commit messages. | ||
|
||
### Setting Up Your Development Environment | ||
|
||
|