You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
👩💻 Want to contribute to the Betarena new Scores Platform ?
This is guide will aid in answering how to get-started 🚀🥳
🏗 Pre-step
Before you can start contributing to the project, please follow the following application process to be granted access to the project as an official contributor.
Steps
[to-be-announced]
📃 Code of Conduct
Once you have been granted access to the project by the project maintainers and the admins from the previous step, you can begin working on the contribution of the Betarena Scores Platform! 🥳🚀
Before commencing, please familiarize yourself with the code structure and the way of development for the project, and the workflow.
1 Clone the project repository to your local machine
Using the line of code -> https://github.com/Betarena/scores.git
2 Create a new working branch
Pick an issue OR set of issues and bundle them into a single component (ie: issues for footer) and name the branch accordingly, for example: feature/footer
3 Push the branch to origin
Commit & and push your code to the origin/ remote.
4 Begin the pull request
Once you pushed the code, create a pull-request to the betarena/scores platform using your worked branch to merge with origin/dev branch.
5 Create the pull request
Tag @acosta32@jonsnowpt@migbash for code review and select the appropriate fixed / tackled issues from the project Issues or open your own issues for better understanding.
Contribution Workflow (Alternative)
1 Fork the project repository to your account
Fork this project to your local GitHub account using the fork button on GitHub .
2 Clone your fork and work on your local PC
Clone your forked repository from your GitHub account to your local machine.
3 Add the project repository as the "upstream" remote
Create a project remote for the project to reference the main forked/repository using the following line -> git remote add upstream https://github.com/Betarena/scores.git
4 Pull the latest changes from upstream into your local repository
Update your repository using the following line of code git pull upstream main
5 Create a new branch
Create your own personal branch on which you aim to work, for example -> git checkout -b BRANCH_NAME
6 Commit and Push your changes to your fork
Push to your local GitHub account forked repository using the following line of code git push origin doc-fixes
7 Begin the pull request
Once you pushed the code, create a pull-request to the betarena/scores platform using your worked branch to merge with origin/dev branch.
8 Create the pull request
Tag @acosta32@jonsnowpt@migbash for code review and select the appropriate fixed / tackled issues from the project Issues or open your own issues for better understanding.
Congratulations! 🥳
Congratulations on making your open source contribution to the Betarena scores platform ! 🎉
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
👩💻 Want to contribute to the Betarena new Scores Platform ?
This is guide will aid in answering how to get-started 🚀🥳
🏗 Pre-step
Before you can start contributing to the project, please follow the following application process to be granted access to the project as an official contributor.
Steps
[to-be-announced]
📃 Code of Conduct
Once you have been granted access to the project by the project maintainers and the admins from the previous step, you can begin working on the contribution of the Betarena Scores Platform! 🥳🚀
Before commencing, please familiarize yourself with the code structure and the way of development for the project, and the workflow.
CODE OF CONDUCT
Contribution Workflow
1
Clone the project repository to your local machineUsing the line of code ->
https://github.com/Betarena/scores.git
2
Create a new working branchPick an issue OR set of issues and bundle them into a single component (ie: issues for footer) and name the branch accordingly, for example:
feature/footer
3
Push the branch toorigin
Commit & and push your code to the
origin/
remote.4
Begin the pull requestOnce you pushed the code, create a
pull-request
to thebetarena/scores
platform using your worked branch to merge withorigin/dev
branch.5
Create the pull requestTag @acosta32 @jonsnowpt @migbash for code review and select the appropriate fixed / tackled issues from the project
Issues
or open your own issues for better understanding.Contribution Workflow (Alternative)
1
Fork the project repository to your accountFork this project to your local GitHub account using the fork button on
GitHub
.2
Clone your fork and work on your local PCClone your forked repository from your GitHub account to your local machine.
3
Add the project repository as the "upstream" remoteCreate a project
remote
for the project to reference the mainforked/repository
using the following line ->git remote add upstream https://github.com/Betarena/scores.git
4
Pull the latest changes from upstream into your local repositoryUpdate your repository using the following line of code
git pull upstream main
5
Create a new branchCreate your own personal
branch
on which you aim to work, for example ->git checkout -b BRANCH_NAME
6
Commit and Push your changes to your forkPush to your local GitHub account
forked
repository using the following line of codegit push origin doc-fixes
7
Begin the pull requestOnce you pushed the code, create a
pull-request
to thebetarena/scores
platform using your worked branch to merge withorigin/dev
branch.8
Create the pull requestTag @acosta32 @jonsnowpt @migbash for code review and select the appropriate fixed / tackled issues from the project
Issues
or open your own issues for better understanding.Congratulations! 🥳
Congratulations on making your open source contribution to the
Betarena scores platform
! 🎉Beta Was this translation helpful? Give feedback.
All reactions