Skip to content

Commit

Permalink
chore: use Github as a mirror and use Codeberg as default repo
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Jul 14, 2024
1 parent 3173727 commit 895c711
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ repository:
allow_squash_merge: true
default_branch: main
description: "Pol Dellaiera's Master Thesis - Reproducibility In Software Engineering"
homepage: https://github.com/drupol/master-thesis
homepage: https://codeberg.org/p1ld7a/master-thesis
topics: master-thesis,umons
has_downloads: true
has_issues: true
Expand Down
30 changes: 28 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 895c711

Please sign in to comment.