Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 1.3 KB

ISSUE_TEMPLATE.md

File metadata and controls

34 lines (20 loc) · 1.3 KB

Issue templates are pulled from ISSUE_TEMPLATES. Delete what you don't need!


New feature template

Summary

A brief description providing a high-level overview of the feature to be added.

Acceptance criteria

A bulleted list of things different types of users should be able to do when your feature is complete. The ones included in this template are required of all features, you are not limited to the criteria listed.

  • As a user of the Cryptozoologist gem, I can... fill in your criteria here!
  • As a user of the Cryptozoologist gem, I can find documentation in the README for how to use the new method
  • As someone curious about the Cryptozoologist gem, I can view the version bump for these changes in the CHANGELOG
  • As a contributor to the gem, I can run all of the tests and they pass!

Requirements

A list of technical requirements, or things that might not be explained in the high-level summary. This can be things like concerns you may have about the functionality or other caveats. This section may not be required for smaller features.


Bug report template

Gem version: ? Ruby version: Method: what method are you calling? Cryptozoologist.city, etc

Description of problem

What went wrong? Include console print out if applicable!