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

Update and rename PULL_REQUEST_TEMPLATE.md #2498

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.