ash_postgres/.github/ISSUE_TEMPLATE/feature_request.md

36 lines
934 B
Markdown
Raw Permalink Normal View History

2020-06-02 06:34:06 +12:00
---
2020-06-02 06:35:40 +12:00
name: Proposal
2020-06-02 06:34:06 +12:00
about: Suggest an idea for this project
title: ""
2020-06-02 06:34:06 +12:00
labels: enhancement, needs review
assignees: ""
2020-06-02 06:34:06 +12:00
---
**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.
2020-06-03 02:33:32 +12:00
**Express the feature either with a change to resource syntax, or with a change to the resource interface**
2020-06-02 06:34:06 +12:00
For example
```elixir
attributes do
attribute :foo, :integer, bar: 10 # <- Adding `bar` here would cause <x>
end
```
Or
```elixir
Ash.read(Resource, bar: 10) # <- Adding `bar` here would cause <x>
2020-06-02 06:34:06 +12:00
```
**Additional context**
Add any other context or screenshots about the feature request here.