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
This is the suggested approach to adding a new trait to `embedded-hal`
@@ -30,7 +41,7 @@ Traits should be demonstrated with at least *two* implementations on different p
30
41
31
42
Once the trait has been demonstrated a PR should be opened to merge the new trait(s) into `embedded-hal`. This should include a link to the previous discussion issue.
32
43
33
-
If there is determined to be more than one alternative then there should be further discussion to
44
+
If there is determined to be more than one alternative then there should be further discussion to
34
45
try to single out the best option. Once there is consensus this will be merged into the `embedded-hal` repository.
35
46
36
47
These issues / PRs will be labeled as `proposal`s in the issue tracker.
0 commit comments