Skip to content

Commit

Permalink
There
Browse files Browse the repository at this point in the history
  • Loading branch information
OfekShilon committed Mar 22, 2024
1 parent f6968b7 commit b1d7045
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 17 deletions.
17 changes: 8 additions & 9 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 All @@ -16,15 +21,9 @@ body:
attributes:
label: Compiler version
description: |
You are welcome to open a request for a new 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.
Link to doc:
https://github.com/compiler-explorer/compiler-explorer/blob/main/docs/AddingACompiler.md
Links to example PR:
https://github.com/compiler-explorer/compiler-explorer/pull/6171
https://github.com/compiler-explorer/infra/pull/1241
We'll also be happy to try and help in our discord: https://discord.gg/r9XASD3q
Sometimes there are a lot of versions for any given compiler. Tell us which ones would be a good starting point if this is a new compiler.
If we already support this compiler, but we have fallen back on our available versions, tell us which ones are missing.
Note that we might say no to minor versions for some compilers
placeholder: 13.0.1 x86-64 Linux
validations:
required: true
Expand Down
12 changes: 6 additions & 6 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 All @@ -16,12 +21,7 @@ body:
attributes:
label: Language version
description: |
Note: You are welcome to open a request for a language - but you're even more welcome to open
a PR for it! Today we rely almost entirely on contributions for languages, and (we hope) the
contribution process isn't very painful.
Link to doc:
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
Sometimes there are a lot of versions for any given compiler. Tell us which ones would be a good starting point if needed.
placeholder: C++23
validations:
required: false
Expand Down
3 changes: 1 addition & 2 deletions .github/ISSUE_TEMPLATE/library_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ body:
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).
[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 Down

0 comments on commit b1d7045

Please sign in to comment.