binarylogic/authlogic

View on GitHub
.github/ISSUE_TEMPLATE/feature_proposal.md

Summary

Maintainability
Test Coverage
---
name: Feature Proposal
about: >
  Propose something that you would like to build. We'll help, but you must build
  it yourself, in a reasonable amount of time, or your issue will be closed. See
  CONTRIBUTING.md

---

ISSUES THAT DO NOT FOLLOW THIS TEMPLATE WILL BE CLOSED IMMEDIATELY.

- [ ] This is not a usage question.
  - Our volunteers' time is limited, so please ask usage questions on
    [StackOverflow](http://stackoverflow.com/questions/tagged/authlogic).
- [ ] This is not a security issue.
  - Do not disclose security issues in public. See our [contributing
    guide](https://github.com/binarylogic/authlogic/blob/master/CONTRIBUTING.md)
    for instructions.
- [ ] I am committed to implementing this feature in a reasonable amount of
  time, and responding promptly to feedback.

# Current Behavior

Describe.

# Proposed Behavior

Describe.

# Proposed Solution

It's OK if you don't have a solution, we can help with that. But, whatever
solution we decide on together, you must build yourself.