@@ -39,7 +39,7 @@ A proposed solution to a verification problem will only **be reviewed** if all t
39
39
* The contribution must be automated and should be checked and pass as part of the PR checks.
40
40
* All tools used by the solution must be in [ the list of accepted tools] ( tools.md#approved-tools ) ,
41
41
and previously integrated in the repository.
42
- If that is not the case, please submit a separate [ tool application first] ( todo.md ) .
42
+ If that is not the case, please submit a separate [ tool application first] ( ./general-rules.md#tool-applications ) .
43
43
* There is no restriction on the number of contributors for a solution.
44
44
Make sure you have the rights to submit your solution and that all contributors are properly mentioned.
45
45
* The solution cannot impact the runtime logic of the standard library unless the change is proposed and incorporated
@@ -56,7 +56,7 @@ The type of obstacles users face may depend on which part of the standard librar
56
56
Everyone is welcome to submit new challenge proposals for review by our committee.
57
57
Follow the following steps to create a new proposal:
58
58
59
- 1 . Create a tracking issue using the Issue template [ Challenge Proposal ] ( template .md) for your challenge.
59
+ 1 . Create a tracking issue using the [ challenge template ] ( ./challenge_template .md) for your challenge.
60
60
2 . In your fork of this repository do the following:
61
61
1 . Copy the template file (` book/src/challenge_template.md ` ) to ` book/src/challenges/<ID_NUMBER>-<challenge-name>.md ` .
62
62
2 . Fill in the details according to the template instructions.
@@ -69,7 +69,7 @@ Follow the following steps to create a new proposal:
69
69
70
70
Solutions must be automated using one of the tools previously approved and listed [ here] ( tools.md#approved-tools ) :
71
71
72
- * Any new tool that participants want to enable will require an application using the Issue template [ Tool application] ( todo .md) .
72
+ * Any new tool that participants want to enable will require an application using the [ tool application template ] ( ./tool_template .md) .
73
73
* The tool will be analyzed by an independent committee consisting of members from the Rust open-source developers and AWS
74
74
* A new tool application should clearly specify the differences to existing techniques and provide sufficient background
75
75
of why this is needed.
0 commit comments