Skip to content

Commit b69cbd5

Browse files
committed
feat: update contribution guide and add callout for missing questionnaires
1 parent 9b12b08 commit b69cbd5

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

docs/ContributionGuide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ the individual fields, please refer to the existing entries in the file, or
5757
check the definitions in [types](./src/types/). You can also refer to the
5858
existing questionnaires as examples.
5959

60-
```json
60+
```ts
6161
{
6262
name: "" , // Full name of the questionnaire
6363
short: "", // Short name or acronym

src/components/QuestionnaireTable.tsx

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,18 @@ const QuestionnaireTable: React.FC<QuestionnaireTableProps> = ({
167167
))}
168168
</tbody>
169169
</table>
170+
171+
<div className="my-3 mx-5 text-center text-muted callout callout-info">
172+
<strong>Questionnaire missing? Contribute!</strong> Refer to the{" "}
173+
<a
174+
href="https://github.com/THA-Embedded-Systems-Lab/HMI-Questionnaires/blob/main/README.md"
175+
target="_blank"
176+
rel="noopener noreferrer"
177+
>
178+
contribution section
179+
</a>{" "}
180+
of the README on GitHub. .
181+
</div>
170182
</div>
171183
</div>
172184
);

0 commit comments

Comments
 (0)