Skip to content

Commit

Permalink
Add guide for mentors
Browse files Browse the repository at this point in the history
Signed-off-by: Shashank Verma <[email protected]>
  • Loading branch information
shank03 committed Oct 5, 2023
1 parent 3b99967 commit 0d887c1
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,6 @@ ContriHUB is an event where we are expecting to get more and more people involve
# Maintainers
- [Priyav K Kaneria](https://github.com/PriyavKaneria)
- [Shashank Verma](https://github.com/shank03)
### CAUTION: Website is currently under development.
30 changes: 30 additions & 0 deletions MENTOR.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# Guide for Mentors/Maintainers

## Preparatory Steps

- Once you give us the links to your repository, we will fork it and add you as a collaborator.
- You can then add issues to the repository and assign them to the students.
- The students will then work on the issues and submit their PRs.
- You can then review the PRs and merge them if they are satisfactory.

### Issues

- Make sure that you have these labels in your repository:
- Format: `name` - description
- `easy` - level
- `medium` - level
- `hard` - level
- `<your developer username>` - mentor
- `hacktoberfest` - any description
- `hacktoberfest-accepted` - any description

## Steps to be followed

- Headover to [dashboard](https://sac.mnnit.ac.in/contrihub/dashboard) - This is where you can see all the issues of different repositories.
- Click on `User Profile` button on navbar.
- Click on `Issue Assignment Requests` and you will see all the issues requested by students. Which you can assign as per your choice.
- Students will then make PR verification request to you, once their PR is ready.
- Click on `PR Verification Request`, where you can then verify their PRs and accept them if they are satisfactory.
- IMPORTANT: You need to merge PR before accepting.
- Once you accept, the points shall be rewarded to the student.
- Close the issue once you accept the PR.

0 comments on commit 0d887c1

Please sign in to comment.