testaro 36.0.0 → 36.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CONTRIBUTING.md +5 -1
- package/README.md +1 -1
- package/package.json +1 -1
package/CONTRIBUTING.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
© 2023 CVS Health and/or one of its affiliates. All rights reserved.
|
|
2
|
+
© 2023–2024 CVS Health and/or one of its affiliates. All rights reserved.
|
|
3
3
|
|
|
4
4
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
5
5
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -118,3 +118,7 @@ The `isDestructive` property should be set to `true` if your pruner modifies the
|
|
|
118
118
|
Even more complex Testaro rules require analysis that cannot fit into the simple or simplifiable category. You can begin with existing JavaScript rules, or the `data/template.js` file, as an example.
|
|
119
119
|
|
|
120
120
|
Some utility functions in modules in the `procs` directory are available for support of new rules. Among these modules are `testaro` (used in many tests), `isInlineLink`, `operable`, and `visChange`.
|
|
121
|
+
|
|
122
|
+
## License agreement
|
|
123
|
+
|
|
124
|
+
As of 12 February 2024, upon the transfer of the repository ownership to CVS Health, contributors of code to Testaro are required to execute the [CVS Health OSS Project Contributor License Agreement](https://forms.office.com/pages/responsepage.aspx?id=uGG7-v46dU65NKR_eCuM1xbiih2MIwxBuRvO0D_wqVFUQ1k0OE5SVVJWWkY4MTVJMkY3Sk9GM1FHRC4u) for Testaro before any pull request will be approved and merged.
|
package/README.md
CHANGED
|
@@ -862,7 +862,7 @@ The `tests` executor makes use of the jobs in the `validation/tests/jobs` direct
|
|
|
862
862
|
|
|
863
863
|
You can define additional Testaro acts and functionality. Contributions are welcome.
|
|
864
864
|
|
|
865
|
-
Please report any issues, including feature requests, at the [repository](https://github.com/
|
|
865
|
+
Please report any issues, including feature requests, at the [repository](https://github.com/cvs-health/testaro/issues).
|
|
866
866
|
|
|
867
867
|
## Accessibility principles
|
|
868
868
|
|