Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix indentation for issue templates #267

Merged
merged 1 commit into from
Jul 5, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,15 +70,15 @@ body:
required: false

- type: textarea
id: environment
attributes:
id: environment
attributes:
label: Environment
description: Please provide detailed information about the environment you're working on.
placeholder: |
OS: e.g. Microsoft Windows 10 Home 10.0.19045 Build 19045
Fundus branch/version: e.g. master
Python version: e.g. 3.8.x

In addition, you could run `pip freeze` and copy-paste your installed package versions here.
aiohttp==3.8.4
aioitertools==0.11.0
Expand Down
19 changes: 10 additions & 9 deletions .github/ISSUE_TEMPLATE/proposal.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
name: Proposal
description: Propose a concrete idea you want to contribute
title: "[Proposal]: "
Expand Down Expand Up @@ -35,17 +36,17 @@ body:
placeholder: |
class AwesomeNewClass:
def method_that_saves_the_day(self): ...

def function_that_solves_everything(): ...
render: python
render : python
validations:
required: true

- type: textarea
id: questions
attributes:
label: Open Questions
description: Any open questions regarding your implementation you want to share?
placeholder: E.g. I'm still unsure about [...]
validations:
required: false
id: questions
attributes:
label: Open Questions
description: Any open questions regarding your implementation you want to share?
placeholder: E.g. I'm still unsure about [...]
validations:
required: false