Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit36a444a

Browse files
authored
chore: add issue templates
1 parent0276137 commit36a444a

File tree

2 files changed

+63
-0
lines changed

2 files changed

+63
-0
lines changed
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
name:Bug report
3+
about:Create a report to help us improve
4+
title:''
5+
labels:bug, needs review
6+
assignees:''
7+
8+
---
9+
10+
**Describe the bug**
11+
A clear and concise description of what the bug is. If you are not sure if the bug is related to`ash` or an extension, log it with[ash](https://github.com/ash-project/ash/issues/new) and we will move it.
12+
13+
**To Reproduce**
14+
A minimal set of resource definitions and calls that can reproduce the bug.
15+
16+
**Expected behavior**
17+
A clear and concise description of what you expected to happen.
18+
19+
** Runtime
20+
- Elixir version
21+
- Erlang version
22+
- OS
23+
- Ash version
24+
- any related extension versions
25+
26+
**Additional context**
27+
Add any other context about the problem here.
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
---
2+
name:Feature request
3+
about:Suggest an idea for this project
4+
title:''
5+
labels:enhancement, needs review
6+
assignees:''
7+
8+
---
9+
10+
**Is your feature request related to a problem? Please describe.**
11+
A clear and concise description of what the problem is. Ex. I'm always frustrated when[...]
12+
13+
**Describe the solution you'd like**
14+
A clear and concise description of what you want to happen.
15+
16+
**Describe alternatives you've considered**
17+
A clear and concise description of any alternative solutions or features you've considered.
18+
19+
**Express the feature either with a change to resource syntax, or with a change to the resource interface
20+
21+
For example
22+
23+
```elixir
24+
attributesdo
25+
attribute:foo,:integer,bar:10# <- Adding `bar` here would cause <x>
26+
end
27+
```
28+
29+
Or
30+
31+
```elixir
32+
Api.read(:resource,bar:10)# <- Adding `bar` here would cause <x>
33+
```
34+
35+
**Additional context**
36+
Add any other context or screenshots about the feature request here.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp