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
* Improved package publishing process
* Small refactoring
* Replaced main to master
* More of cleaning up
* Fixes after review
* CI update
* Fixed typo
* Updated PULL_REQUEST_TEMPLATE.md
* refactor and add contributing.md
* add docs
---------
Co-authored-by: Artem Chystiakov <artem.ch31@gmail.com>
You are more than welcome to contribute to Solarity library as we are warmly open to any mind-blowing ideas!
4
+
5
+
## Issues
6
+
7
+
If you found a minor bug, interested in a new feature, or just have any questions, please [open an issue](https://github.com/dl-solarity/solidity-lib/issues/new/choose). For major bugs, please reach out to the team directly.
8
+
9
+
Before opening an issue, confirm that there is no duplicate (either open or closed), and consider posting a comment there instead.
10
+
11
+
When submitting a feature request, please provide as many details as possible for the team to properly understand the feature's motivation and evaluate the impact.
12
+
13
+
## Pull Requests
14
+
15
+
If you're interested in contributing code to the library, start by [forking the repository](https://github.com/dl-solarity/solidity-lib/fork) and submitting a pull request.
16
+
17
+
But before you start coding, we highly recommend that you [open an issue](https://github.com/dl-solarity/solidity-lib/issues/new/choose) first to discuss the changes you want to make.
18
+
19
+
Additionally, please make sure to thoroughly read the [Solidity](https://docs.solarity.dev/docs/getting-started/contribution/solidity) and [Tests](https://docs.solarity.dev/docs/getting-started/contribution/tests) guidelines. Following these guidelines is crucial for maintaining the quality and consistency of the codebase.
@@ -107,9 +108,9 @@ The latest stable version is always in the `master` branch.
107
108
108
109
Check out the project's [documentation](https://docs.solarity.dev) with broad explanations and usage examples of every contract. Full `natspec` guides are also available in the source code.
109
110
110
-
## Contribution
111
+
## Contributing
111
112
112
-
We are open to any mind-blowing ideas! Please take a look at our [contribution guidelines](https://docs.solarity.dev/docs/getting-started/contribution/how-to-contribute) to get involved.
113
+
We are open to any mind-blowing ideas! Please take a look at our [contributing guidelines](CONTRIBUTING.md) to get involved.
0 commit comments