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
@@ -78,6 +79,19 @@ i.e., both properties are expected to be relationships.
78
79
79
80
## Contributing
80
81
82
+
We encourage you to contribute to strawberry-sqlalchemy-mapper! Any contributions you make are greatly appreciated.
83
+
84
+
If you have a suggestion that would make this better, please fork the repo and create a pull request. Don't forget to give the project a star! Thanks again!
85
+
86
+
1. Fork the Project
87
+
2. Create your Feature Branch (git checkout -b feature)
88
+
3. Commit your Changes (git commit -m 'Add some feature')
89
+
4. Push to the Branch (git push origin feature)
90
+
5. Open a Pull Request
91
+
92
+
93
+
### Prerequisites
94
+
81
95
This project uses `pre-commit`_, please make sure to install it before making any
82
96
changes::
83
97
@@ -90,3 +104,19 @@ It is a good idea to update the hooks to the latest version::
90
104
pre-commit autoupdate
91
105
92
106
Don't forget to tell your contributors to also install and use pre-commit.
0 commit comments