@@ -6,22 +6,6 @@ The config package is a significant extension to the args package and enables
66typed options, environment variables and configuration files as input, and
77better error reporting.
88
9- ## Contributing to the Project
10-
11- We are happy to accept contributions. To contribute, please do the following:
12-
13- 1 . Fork the repository
14- 2 . Create a feature branch
15- 3 . Commit your changes
16- 4 . Push to the branch
17- 5 . Create a pull request
18- 6 . Discuss and modify the pull request as necessary
19- 7 . The pull request will be accepted and merged by the repository owner
20-
21- Tests are required to accept any pull requests.
22-
23- See also [ CONTRIBUTING] ( /CONTRIBUTING.md ) .
24-
259## Overview
2610
2711The config library is a significant extension to the Dart args package.
@@ -414,3 +398,19 @@ from the qualified key depending on the capturing groups in the regex.
414398For more information, see the
415399[ ` MultiDomainConfigBroker ` ] ( lib/src/config/multi_config_source.dart )
416400source documentation.
401+
402+ ## Contributing to the Project
403+
404+ We are happy to accept contributions. To contribute, please do the following:
405+
406+ 1 . Fork the repository
407+ 2 . Create a feature branch
408+ 3 . Commit your changes
409+ 4 . Push to the branch
410+ 5 . Create a pull request
411+ 6 . Discuss and modify the pull request as necessary
412+ 7 . The pull request will be accepted and merged by the repository owner
413+
414+ Tests are required to accept any pull requests.
415+
416+ See also [ CONTRIBUTING] ( /CONTRIBUTING.md ) .
0 commit comments