ash_oban/.github/ISSUE_TEMPLATE/proposal.md
Zach Daniel 79807a2d80 init
2023-04-21 22:46:04 -06:00

936 B

name about title labels assignees
Proposal Suggest an idea for this project enhancement, needs review

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like A clear and concise description of what you want to happen.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Express the feature either with a change to resource syntax, or with a change to the resource interface

For example

  attributes do
    attribute :foo, :integer, bar: 10 # <- Adding `bar` here would cause <x>
  end

Or

  Api.read(:resource, bar: 10) # <- Adding `bar` here would cause <x>

Additional context Add any other context or screenshots about the feature request here.