Skip to content
This repository has been archived by the owner on Aug 3, 2024. It is now read-only.

Commit

Permalink
Create CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sametcn99 committed Feb 2, 2024
1 parent 0a4fb30 commit 58c4e4d
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Contribution Guidelines

Hello! Thank you for considering contributing to our project. Below, you'll find some guidelines to help you contribute to the project.

## How Can I Contribute?

1. Fork the project.
2. Create a local copy: `git clone https://github.com/sametcn99/github-profile-viewer.git`
3. Create a new branch: `git checkout -b new-feature`
4. Make your changes and commit: `git commit -m "Added new feature"`
5. Push your branch to your fork: `git push origin new-feature`
6. Create a Pull Request (PR).

## Pull Request (PR) Rules

- Please provide a descriptive title and description.
- Make sure to update your codebase to the latest version before making any changes.
- Ensure your code follows the project's coding standards.
- When adding new features or fixing bugs, include appropriate tests or update existing ones.

## Have Questions?

If you have any questions or encounter issues, please open an [issue](https://github.com/sametcn99/github-profile-viewer/issues) or contact us [via email](mailto:[email protected]).

Thank you!

1 comment on commit 58c4e4d

@vercel
Copy link

@vercel vercel bot commented on 58c4e4d Feb 2, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.