Skip to content
Open
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
12 changes: 6 additions & 6 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#####################################################################
# SPDX-License-Identifier: CC0-1.0
# SPDX-FileType: OTHER
# SPDX-FileCopyrightText: (c) 2022, OpenGateware authors and contributors
#####################################################################
ko_fi: boogermann
#####################################################################
# SPDX-License-Identifier: CC0-1.0
# SPDX-FileType: OTHER
# SPDX-FileCopyrightText: (c) 2022, OpenGateware authors and contributors
#####################################################################
ko_fi: boogermann
164 changes: 82 additions & 82 deletions .github/ISSUE_TEMPLATE/BUG_REPORT.yml
Original file line number Diff line number Diff line change
@@ -1,82 +1,82 @@
#####################################################################
# SPDX-License-Identifier: CC0-1.0
# SPDX-FileType: OTHER
# SPDX-FileCopyrightText: (c) 2022, OpenGateware authors and contributors
#####################################################################
name: "Bug Report"
description: "Let us know about an unexpected error, a crash, or an incorrect behavior."
title: 'Title of your Bug Report'
labels:
- bug
assignees:
- boogermann
body:
- type: markdown
attributes:
value: |
Hi there,

Thank you for opening an issue. Please note that we try to keep the issue tracker reserved for bug reports.
Make sure to [search for existing issues](https://github.com/opengateware/computer-msx/issues?q=label%3Abug) before filing a new one!

- type: input
id: version
attributes:
label: Version (or build number)
placeholder: "1.0.0"
description: |
You can find the version in the about dialog.

If you are not running the latest version, please try upgrading because your issue may have already been fixed.
validations:
required: true

- type: textarea
id: steps
attributes:
label: Steps to reproduce
description: |
Please list the full steps required to reproduce the issue
placeholder: |
- Be precise
- Include exact data used during testing for easy reference
- The steps have to be in the exact order
- Mention pre-requisites when applicable
validations:
required: false

- type: textarea
id: expected_behavior
attributes:
label: Expected Behavior
description: If you want to include screenshots, paste them into the markdown editor below or follow up with a separate comment.
placeholder: What were you expecting?
validations:
required: false

- type: textarea
id: actual_behavior
attributes:
label: Actual Behavior
placeholder: What happened instead?
validations:
required: true

- type: textarea
id: bug_context
attributes:
label: Additional Context
description: |
Are there anything atypical about your situation that we should know?
validations:
required: false

- type: input
id: bug_firmware
attributes:
label: Opened Issues and Pull Requests
placeholder: "#1234"
description: |
Are there any other GitHub issues (open or closed) or Pull Requests that should be linked here? For example: #1234
validations:
required: false
#####################################################################
# SPDX-License-Identifier: CC0-1.0
# SPDX-FileType: OTHER
# SPDX-FileCopyrightText: (c) 2022, OpenGateware authors and contributors
#####################################################################
name: "Bug Report"
description: "Let us know about an unexpected error, a crash, or an incorrect behavior."
title: 'Title of your Bug Report'
labels:
- bug
assignees:
- boogermann
body:
- type: markdown
attributes:
value: |
Hi there,
Thank you for opening an issue. Please note that we try to keep the issue tracker reserved for bug reports.
Make sure to [search for existing issues](https://github.com/opengateware/computer-msx/issues?q=label%3Abug) before filing a new one!
- type: input
id: version
attributes:
label: Version (or build number)
placeholder: "1.0.0"
description: |
You can find the version in the about dialog.
If you are not running the latest version, please try upgrading because your issue may have already been fixed.
validations:
required: true
- type: textarea
id: steps
attributes:
label: Steps to reproduce
description: |
Please list the full steps required to reproduce the issue
placeholder: |
- Be precise
- Include exact data used during testing for easy reference
- The steps have to be in the exact order
- Mention pre-requisites when applicable
validations:
required: false
- type: textarea
id: expected_behavior
attributes:
label: Expected Behavior
description: If you want to include screenshots, paste them into the markdown editor below or follow up with a separate comment.
placeholder: What were you expecting?
validations:
required: false
- type: textarea
id: actual_behavior
attributes:
label: Actual Behavior
placeholder: What happened instead?
validations:
required: true
- type: textarea
id: bug_context
attributes:
label: Additional Context
description: |
Are there anything atypical about your situation that we should know?
validations:
required: false
- type: input
id: bug_firmware
attributes:
label: Opened Issues and Pull Requests
placeholder: "#1234"
description: |
Are there any other GitHub issues (open or closed) or Pull Requests that should be linked here? For example: #1234
validations:
required: false
58 changes: 29 additions & 29 deletions .github/ISSUE_TEMPLATE/QUESTION.yml
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
#####################################################################
# SPDX-License-Identifier: CC0-1.0
# SPDX-FileType: OTHER
# SPDX-FileCopyrightText: (c) 2022, OpenGateware authors and contributors
#####################################################################
name: "Question"
description: "Ask a question about the project."
title: 'Title of your Question'
labels:
- question
assignees:
- boogermann
body:
- type: markdown
attributes:
value: |
Hi there,

Please note that we try to keep the issue tracker reserved for bug reports.
Make sure to [search for existing questions](https://github.com/opengateware/computer-msx/issues?q=label%3Aquestion) before filing a new one!

- type: textarea
id: question
attributes:
label: Ask a question about MSX Compatible Gateware IP Core
placeholder: |
Ask your question here! Please keep the questions related to the FPGA Core only.
validations:
required: true
#####################################################################
# SPDX-License-Identifier: CC0-1.0
# SPDX-FileType: OTHER
# SPDX-FileCopyrightText: (c) 2022, OpenGateware authors and contributors
#####################################################################
name: "Question"
description: "Ask a question about the project."
title: 'Title of your Question'
labels:
- question
assignees:
- boogermann
body:
- type: markdown
attributes:
value: |
Hi there,
Please note that we try to keep the issue tracker reserved for bug reports.
Make sure to [search for existing questions](https://github.com/opengateware/computer-msx/issues?q=label%3Aquestion) before filing a new one!
- type: textarea
id: question
attributes:
label: Ask a question about MSX Compatible Gateware IP Core
placeholder: |
Ask your question here! Please keep the questions related to the FPGA Core only.
validations:
required: true
88 changes: 44 additions & 44 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,44 +1,44 @@
<!-- SPDX-License-Identifier: CC0-1.0 -->
<!-- SPDX-FileType: TEXT -->
<!-- SPDX-FileCopyrightText: (c) 2022, OpenGateware authors and contributors -->

<!-- Thank you for your contribution! Please replace {Please write here} with your description -->

## What does this do / why do we need it?

<!--
Please include a summary of the change and which issue is fixed.
Please also include relevant motivation and context.
List any dependencies that are required for this change.
-->

{Please write here}

Fixes # (issue)

## Type of change

<!--
Please delete options that are not relevant.
-->

- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
- [ ] This change requires a documentation update
- [ ] Coding style (indentation, etc)
- [ ] {Please write custom change here}

## What should a reviewer look out for in this PR?

<!--
Please describe the tests that you ran to verify your changes.
Provide instructions so we can reproduce.
Please also list any relevant details for your test configuration
-->

{Please write here}

## Additional Comments (if any)

{Please write here}
<!-- SPDX-License-Identifier: CC0-1.0 -->
<!-- SPDX-FileType: TEXT -->
<!-- SPDX-FileCopyrightText: (c) 2022, OpenGateware authors and contributors -->
<!-- Thank you for your contribution! Please replace {Please write here} with your description -->
## What does this do / why do we need it?
<!--
Please include a summary of the change and which issue is fixed.
Please also include relevant motivation and context.
List any dependencies that are required for this change.
-->
{Please write here}
Fixes # (issue)
## Type of change
<!--
Please delete options that are not relevant.
-->
- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
- [ ] This change requires a documentation update
- [ ] Coding style (indentation, etc)
- [ ] {Please write custom change here}
## What should a reviewer look out for in this PR?
<!--
Please describe the tests that you ran to verify your changes.
Provide instructions so we can reproduce.
Please also list any relevant details for your test configuration
-->
{Please write here}
## Additional Comments (if any)
{Please write here}
Loading