Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Collaboration Guideline #6

Open
rathijitpapon opened this issue Apr 3, 2021 · 0 comments
Open

Collaboration Guideline #6

rathijitpapon opened this issue Apr 3, 2021 · 0 comments
Labels
good first issue Good for newcomers

Comments

@rathijitpapon
Copy link
Owner

rathijitpapon commented Apr 3, 2021

Collaboration Guideline

When someone wants to implement a new feature based on the assigned issue, He/she should follow the following guideline:

  1. Create a new branch from the dev branch
  2. Implement the features
  3. Add & Commit the new code changes
  4. Push the new branch in GitHub & notify others to check & merge the code
git checkout dev
git checkout -b new-branch-name-based-on-issue
/* To Do Code */
git add .
git commit -m "COMMIT_MESSAGE"
git push origin new-branch-name-based-on-issue

** Use Git Emoji at the Beginning of the Commit Message For Visualizing the Commit Message. Ref: https://gitmoji.dev/ **
** Do Not Code in Dev & Master Branch. Do Not Create Branch from Master Branch **
** Do Not Clone / Use This Code For Business Purposes. **
** It's Not A Open Source Codebase **

@rathijitpapon rathijitpapon added the good first issue Good for newcomers label Apr 3, 2021
@rathijitpapon rathijitpapon unassigned ghost Jul 5, 2021
@rathijitpapon rathijitpapon removed their assignment Jul 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants