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
To integrate PyAnchor into your application, you can import the `LinkResults` class. `LinkResults`
@@ -126,29 +138,24 @@ and use the appropriate label.
126
138
127
139
## Support
128
140
129
-
If you would like to show your support for the project, I would be very grateful if you would donate
130
-
to a charity close to my heart, [Walk AS One](https://walkasone.org/donate/).
131
-
132
-
And if you would prefer to donate to me personally instead,
141
+
If you would like to show your support for the project,
133
142
[you can sponsor me on Github](https://github.com/sponsors/EndlessTrax)? 🤓
134
143
135
-
136
144
## How to Contribute
137
145
138
-
Please **raise an issue** before making a PR, so that the issue and implementation can be discussed before you write any code. **This will save you time**, and increase the chances of your PR being merged without significant changes.
146
+
Please **raise an issue before making a PR**, so that the issue and implementation can be discussed before you write any code. This will save you time, and increase the chances of your PR being merged without significant changes.
139
147
140
-
Please make PR's on a **new branch**, and _not_ on main/master.
141
-
142
-
Please **format you code** with [Black](https://pypi.org/project/black/).
148
+
Please **make PR's on a new branch**, and _not_ on main/master.
143
149
144
150
Please **include tests** for any PR's that include code (unless current tests cover your code contribution).
145
151
146
-
152
+
Please **add documentation** for any new features or flags.
147
153
148
154
## Contributors
149
155
150
156
Thank you to:
151
157
158
+
-[Zingzy](https://github.com/Zingzy) for PR [#55](https://github.com/EndlessTrax/pyanchor/pull/55)
152
159
-[mrbazzan](https://github.com/mrbazzan) for PR [#25](https://github.com/EndlessTrax/pyanchor/pull/25)
153
160
-[Icelain](https://github.com/Icelain) for PR [#11](https://github.com/EndlessTrax/pyanchor/pull/11)
154
161
-[wevnasc](https://github.com/wevnasc) for PR [#8](https://github.com/EndlessTrax/pyanchor/pull/8)
0 commit comments