Skip to content

Commit

Permalink
Update and rename PULL_REQUEST_TEMPLATE.md
Browse files Browse the repository at this point in the history
Wrote detailed pull request guidelines
  • Loading branch information
StudentAcc1713 authored Oct 1, 2023
1 parent 259f513 commit c5cc1b1
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 20 deletions.
31 changes: 31 additions & 0 deletions .github/PULL_REQUEST_GUIDELINES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
### Pull Request Process

After you are done implementing the feature or fixing a bug, make sure your forked repository
is up to date with the original repository. To complete this step, execute the following commands:

```sh
git remote add upstream [email protected]:FreezingMoon/AncientBeast.git
git checkout master
git pull upstream master
```

After you have pulled all the changes from the original remote repository, push your changes
to your forked repository. Do NOT attempt to push to the original repository.
To complete this step, execute the following commands:

```sh
git rebase master
git push --set-upstream origin master
```

The changes are now in your forked GitHub repository, and you are ready to open a pull request. If the purpose
of your commit was to implement a fix for one of the currently open issues, please reference the name of
the issue in the name of the pull request. Write a descriptive message for the changes you have implemented.

*Please provide your EC20 wallet address*, especially if you are addressing an issue with a bounty.

Warning: make sure that you are providing a *wallet* address and not a deposit address to an exchange.

Read more about our token (XatteR) here: https://github.com/FreezingMoon/AncientBeast/wiki/Token

Feel free to drop by our Discord server if you have any questions https://discord.me/AncientBeast
20 changes: 0 additions & 20 deletions .github/PULL_REQUEST_TEMPLATE.md

This file was deleted.

0 comments on commit c5cc1b1

Please sign in to comment.