Skip to content

99: pull requests and issues

tarrynt whitty edited this page Jan 25, 2024 · 1 revision

pull requests

to make a pull request:

  • fork the project
  • make a new branch for your edit
  • make the edits or updates or new feature
  • make a pull request
    • explain why the pull request is needed. what it changes, what it adds

issues:

Bug template:

<!--- Provide a general summary of the issue in the Title above -->

## Expected Behavior
<!--- Tell us what should happen -->

## Current Behavior
<!--- Tell us what happens instead of the expected behavior -->

## Steps to Reproduce
<!--- Provide a link to a live example, or an unambiguous set of steps to -->
<!--- reproduce this bug. Include code to reproduce, if relevant -->
1.
2.
3.
4.

## extra info
<!--- any information you wanted to give -->

feature request

just state what you would like. why it would be useful. make sure you explain in detail

bad example:

"id like the bot to be able to call my mother" does not help anyone

  • why do you want it to call your mother
  • what do you want it to say to your mother
  • how often or when should it call your mother
  • should there be a trigger for it calling your mother
Clone this wiki locally