Nudge towards contributions in the templates for language/compiler/library requests (#6275)

Replaces an earlier PR about this - I made some local git mess and had
to redo it.
This commit is contained in:
Ofek
2024-03-25 09:09:38 +02:00
committed by GitHub
parent 5bcc3bf74f
commit b2fa7adc72
3 changed files with 16 additions and 1 deletions

View File

@@ -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:

View File

@@ -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:

View File

@@ -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:
@@ -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++