Commit Graph

5 Commits

Author SHA1 Message Date
Daniel Colson c7b06a7821 Update issue templates [skip ci]
Closes #1375

This commit attempts to clarify the bug report issue template by:
  * Describing what the link to the reproduction step is
  * Adding TODOs to the reproduction script to make it more clear what
    needs to be changed

This commit also updates to use the modern template format, with both a
bug report template and a feature request template.
2020-04-17 12:25:14 -04:00
Tyson Gach 8664beff40
Remove FUNDING.yml
We have instead moved thoughtbot's global `FUNDING.yml` to the
[`thoughtbot/.github`][.github-repo] repo. It's a special repo that
GitHub supports for [setting default community health
files][github-docs].

[.github-repo]: https://github.com/thoughtbot/.github
[github-docs]: https://help.github.com/en/github/building-a-strong-community/creating-a-default-community-health-file-for-your-organization
2019-12-12 13:49:15 -05:00
Tyson Gach 309eb9fd68
Configure GitHub Sponsors
https://help.github.com/en/github/administering-a-repository/displaying-a-sponsor-button-in-your-repository
2019-12-12 11:25:10 -05:00
Daniel Colson 149c0d5c2f
Add basic AR setup to reproduction script
Many of our bug reports involve interactions between factory_bot and
active_record. This will make it easier for people to submit
reproduction scripts for those cases.
2019-06-07 11:34:12 -04:00
Daniel Colson b077450725 Add issue template [ci skip]
I often find myself asking for more information about an issue and
especially for ways to reproduce bugs. This template and sample
reproduction script will hopefully help us get more information from the
beginning.
2019-06-07 11:30:10 -04:00