Skip to content

Commit

Permalink
Nudge towards PRs in github issue templates for language/compiler/lib…
Browse files Browse the repository at this point in the history
…rary requests
  • Loading branch information
OfekShilon committed Mar 23, 2024
1 parent ab90b71 commit 2e92ca8
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/compiler_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ description: Request a new compiler
title: '[COMPILER REQUEST]: '
labels: ['request', 'new-compilers']
body:
- type: markdown
attributes:
value: |
Note: You are welcome to open a request for a compiler - but you're even more welcome to open a PR for it! Today we rely almost entirely on contributions for compiler/library requests, and (we hope) the contribution process isn't very painful.
[Docs](https://github.com/compiler-explorer/compiler-explorer/blob/main/docs/AddingACompiler.md), example PR: [1](https://github.com/compiler-explorer/compiler-explorer/pull/6171),[2](https://github.com/compiler-explorer/infra/pull/1241). We'll also be happy to try and help in our [discord](https://discord.gg/r9XASD3q).
- type: input
id: compiler-name
attributes:
Expand Down
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/language_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ description: Request a new language
title: '[LANGUAGE REQUEST]: '
labels: ['request', 'new-language']
body:
- type: markdown
attributes:
value: |
Note: You are welcome to open a request for a compiler - but you're even more welcome to open a PR for it! Today we rely almost entirely on contributions for compiler/library requests, and (we hope) the contribution process isn't very painful.
[Docs](https://github.com/compiler-explorer/compiler-explorer/blob/main/docs/AddingALanguage.md). We'll also be happy to try and help in our [discord](https://discord.gg/r9XASD3q).
- type: input
id: language-name
attributes:
Expand Down
7 changes: 6 additions & 1 deletion .github/ISSUE_TEMPLATE/library_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ description: Request a new library
title: '[LIB REQUEST]: '
labels: ['request', 'new-libs']
body:
- type: markdown
attributes:
value: |
Note: You are welcome to open a request for a library - but you're even more welcome to open a PR for it! Today we rely almost entirely on contributions for compiler/library requests, and (we hope) the contribution process isn't very painful.
[Docs](https://github.com/compiler-explorer/compiler-explorer/blob/main/docs/AddingALibrary.md), example PR: [1](https://github.com/compiler-explorer/compiler-explorer/pull/6253),[2](https://github.com/compiler-explorer/infra/pull/1253). We'll also be happy to try and help in our [discord](https://discord.gg/r9XASD3q).
- type: input
id: library-name
attributes:
Expand All @@ -15,7 +20,7 @@ body:
id: library-description
attributes:
label: Library description
description:
description: |
A sentence that describes what this library does. It helps us when filling some of the UI elements when adding
the library
placeholder: GoogleTest is a testing library for C++
Expand Down

0 comments on commit 2e92ca8

Please sign in to comment.