You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/submit_tool.yml
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -72,17 +72,17 @@ body:
72
72
id: tool_type
73
73
attributes:
74
74
label: Tool category
75
-
description: Specific use and type of this tool
75
+
description: Specific use and type of this tool. For more details about the categories, please visit the https://arewesafetycriticalyet.org/tooling/tools-list website.
"description": "Lauterbach‘s TRACE32® tools are a suite of leading-edge hardware and software components that enables you to analyze, optimize and certify all kinds of embedded systems.",
"description": "UDE® Universal Debug Engine is the powerful development tool for debugging, tracing, and testing embedded software for a wide range of multicore SoCs and microcontrollers.",
"package-manager": {title: "Package Managers",description: "Tools for automating the management of a project's dependencies, its compilation and linking."},
60
+
compiler: {title: "Compilers",description: "Tools for transforming source code into either executable binaries or dynamic libraries."},
61
+
testing: {title: "Testing",description: "Tools for evaluating the correctness of a program under a finite set of scenarios through its execution."},
62
+
"formal-verification": {title: "Formal Verification",description: "Tools for obtaining mathematical assurance of the behavior of the program. Such as, for example, its required level of functional safety."},
63
+
profiling: {title: "Profiling",description: "Tools for measurement of program performance along different types of resources."},
64
+
debugging: {title: "Debugging",description: "Tools for interactively inspecting the dynamic behavior of a program."},
65
+
"requirements-traceability": {title: "Requirements Traceability",description: "Tools to manage traces between requirements and related source and/or object code."},
66
+
"static-analysis": {title: "Static Analysis",description: "Tools for analyzing source code without executing it."},
67
+
"code-coverage": {title: "Code Coverage",description: "Tools for calculating the quality of a test suite, under the metric of code coverage."},
68
+
other: {title: "Other",description: "Tools that fall under none of the other categories."},
64
69
};
65
70
66
71
constTOOL_TYPE_ORDER: ToolType[]=[
67
72
"package-manager",
68
73
"compiler",
69
74
"static-analysis",
70
75
"formal-verification",
71
-
"test-runner",
76
+
"testing",
72
77
"code-coverage",
73
-
"debugger",
74
-
"profiler",
78
+
"debugging",
79
+
"profiling",
75
80
"requirements-traceability",
76
81
"other",
77
82
];
@@ -172,9 +177,9 @@ export default function ToolsList(): React.ReactElement {
0 commit comments