mirror of openzeppelin-contracts
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
openzeppelin-contracts/.github/ISSUE_TEMPLATE.md

1.4 KiB

The Problem

[] 🐛 This is a bug report. [] 📈 This is a feature request.

Briefly describe the issue you are experiencing (or the feature you want to see added to OpenZeppelin). Tell us what you were trying to do and what happened instead. Remember, this is not a place to ask for help debugging code; for that, we welcome you in the OpenZeppelin Slack Channel.

💻 Environment

First, we need to know what your environment looks like.

  • Which version of OpenZeppelin are you using?
  • What network are you deploying to? testrpc? Ganache? Ropsten?
  • How are you deploying your OpenZeppelin-backed contracts? truffle? Remix? Let us know!

📝 Details

Describe the problem you have been experiencing in more detail. Include as much information as you think is relevant. Keep in mind that transactions can fail for many reasons; context is key here.

🔢 Code To Reproduce Issue [ Good To Have ]

Please remember that with sample code it's easier to reproduce the bug and it's much faster to fix it.

insert short code snippets here

👍 Other Information