First of all, thanks for taking the time out to contribute! Make sure to follow the CODE_OF_CONDUCT.md
There's no testing in place at the moment. A pull request for the same will be very much appreciated.
If you find a bug, or if you're looking for a new feature, create a new Issue
with proper description.
Check the Issues labelled as good-first-issue
.
Create Pull Requests only for existing Issues (which are assigned to you). If you want to be assigned to an issue, comment on the issue
git checkout master
from any folder in your local discord-task-bot repositorygit pull origin master
to ensure you have the latest main codegit checkout -b the-name-of-my-branch
(replacing the-name-of-my-branch with a suitable name) to create a branch
- Follow the Setup instructions in the README
- Save the files and check in the browser
- Test the change (not implemented at the moment)
- git add -A && git commit -m "My message" (replacing My message with a commit message, such as Fix header logo on Android) to stage and commit your changes
Note: Have a look at Conventional Commits for good commit messages
- git push my-fork-name the-name-of-my-branch
- Go to the discord-task-bot repo and you should see recently pushed branches.
- Follow GitHub's instructions.
- If possible, include screenshots.