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
label: Is your feature request related to a problem?
13
-
description: A clear and concise description of what the problem is.
14
-
placeholder: Yes, the problem is that...
12
+
label: What context is your feature request related to?
13
+
description: Short context name, please do not overcomplicate neither over fractionize it.
14
+
placeholder: Transaction pipeline enhancement, supported platform list extending, etc.
15
15
validations:
16
16
required: true
17
17
- type: textarea
18
18
id: solution
19
19
attributes:
20
20
label: What solution would you like?
21
21
description: A clear and concise description of what you want to happen.
22
-
placeholder: I would like that...
23
-
validations:
24
-
required: true
25
-
- type: textarea
26
-
id: alternatives
27
-
attributes:
28
-
label: What alternatives have you considered?
29
-
description: A clear and concise description of any alternative solutions or features you've considered.
30
-
placeholder: I have considered to...
22
+
placeholder: I would like that your lib has a magic "give me money" button, that provides me to just to build it, be uploaded to the AppStore and to get rich.
31
23
validations:
32
24
required: true
33
25
- type: textarea
34
26
id: context
35
27
attributes:
36
28
label: Any additional context?
37
-
description: Add any other context or screenshots about the feature request here.
29
+
description: If there's some specs either standard for such feature invented already here's the good place to provide those.
30
+
placeholder: Here's the pictures of house that i'd wanted to be able to bough after i've got rich and the my future cars list as well.
Copy file name to clipboardexpand all lines: README.md
+19-20
Original file line number
Diff line number
Diff line change
@@ -4,13 +4,12 @@
4
4
## Social medias
5
5
[Join our discord](https://discord.gg/8bHCNmhS7x) or [Telegram](https://t.me/web3swift) if you need support or want to contribute to web3swift development!
Documentation is under construction👷🏻👷🏼♀️. We’re trying our best to comment all public API as detailed as we can, but the end it still far to come. But in one of the nearest minor updates we’ll bring DocC support of already done amount of docs. And your PR in such are more than welcome.
166
165
167
166
## Projects that are using web3swift
168
-
Please take a look at [Our customers](https://github.com/skywinder/web3swift/wiki/Our-Customers) wiki page.
167
+
Please take a look at [Our customers](https://github.com/web3swift-team/web3swift/wiki/Our-Customers) wiki page.
169
168
170
169
## Support
171
170
172
171
**[Join our discord](https://discord.gg/8bHCNmhS7x) and [Telegram](https://t.me/web3swift) if you need support or want to contribute to web3swift development!**
173
172
174
-
- If you **need help**, please take a look at our [FAQ](https://github.com/skywinder/web3swift/wiki/FAQ"") or [open an issue](https://github.com/skywinder/web3swift/issues).
175
-
- If you'd like to **see web3swift best practices**, check [Projects that using web3swift](https://github.com/skywinder/web3swift/wiki/Our-Customers).
176
-
- If you **found a bug**, [open an issue](https://github.com/skywinder/web3swift/issues).
173
+
- If you **need help**, please take a look at our [FAQ](https://github.com/web3swift-team/web3swift/wiki/FAQ"") or [open an issue](https://github.com/web3swift-team/web3swift/issues).
174
+
- If you'd like to **see web3swift best practices**, check [Projects that using web3swift](https://github.com/web3swift-team/web3swift/wiki/Our-Customers).
175
+
- If you **found a bug**, [open an issue](https://github.com/web3swift-team/web3swift/issues).
177
176
178
177
## Development
179
178
To do local development and run the local tests, we recommend to use [ganache](https://github.com/trufflesuite/ganache) which is also used by CI when running github actions.
@@ -193,15 +192,15 @@ Make sure that `ganache` is running on its default port `8546`. To change the po
193
192
Want to improve? It's awesome:
194
193
Then good news for you: **We are ready to pay for your contribution via [@gitcoin bot](https://gitcoin.co/grants/358/web3swift)!**
195
194
196
-
- If you **have a feature request**, [open an issue](https://github.com/skywinder/web3swift/issues).
197
-
- If you **want to contribute**, [submit a pull request](https://github.com/skywinder/web3swift/pulls).
195
+
- If you **have a feature request**, [open an issue](https://github.com/web3swift-team/web3swift/issues).
196
+
- If you **want to contribute**, [submit a pull request](https://github.com/web3swift-team/web3swift/pulls).
198
197
199
198
### Contribution
200
199
1. You are more than welcome to participate and get bounty by contributing! **Your contribution will be paid via [@gitcoin Grant program](https://gitcoin.co/grants/358/web3swift).**
201
-
2. Find or create an [issue](https://github.com/skywinder/web3swift/issues)
200
+
2. Find or create an [issue](https://github.com/web3swift-team/web3swift/issues)
202
201
3. You can find open bounties in [Gitcoin Bounties](https://gitcoin.co/explorer?applicants=ALL&keywords=web3swift&order_by=-web3_created) list
203
202
4. Commita fix or a new feature in branch, push your changes
204
-
5.[Submit a pull request to **develop** branch](https://github.com/skywinder/web3swift/pulls)
203
+
5.[Submit a pull request to **develop** branch](https://github.com/web3swift-team/web3swift/pulls)
205
204
1. Please, provide detailed description to it to help us proceed it faster.
206
205
207
206
[@skywinder](https://github.com/skywinder) are charged with open-sourсe and do not require money for using web3swift library.
@@ -218,12 +217,12 @@ We want to continue to do everything we can to move the needle forward.
218
217
- Petr Korolev, [@skywinder](https://github.com/skywinder) - bootstrap and continuous support
219
218
- Anton Grigorev, [@baldyash](https://github.com/BaldyAsh) - core contributor, who use it and making a lot of improvements
220
219
- Yaroslav Yashin [@yaroslavyaroslav](https://github.com/yaroslavyaroslav) - core contributor of 3.0.0 and later releases.
221
-
- Thanks to [web3swift's growing list of contributors](https://github.com/skywinder/web3swift/graphs/contributors).
220
+
- Thanks to [web3swift's growing list of contributors](https://github.com/web3swift-team/web3swift/graphs/contributors).
222
221
223
222
## Security Disclosure
224
223
225
224
If you believe you have identified a security vulnerability with web3swift, you should report it as soon as possible via email to [[email protected]](mailto:[email protected]). Please do not post it to a public issue tracker.
226
225
227
226
## License
228
227
229
-
web3swift is available under the Apache License 2.0 license. See the [LICENSE](https://github.com/skywinder/web3swift/blob/master/LICENSE) for details.
228
+
web3swift is available under the Apache License 2.0 license. See the [LICENSE](https://github.com/web3swift-team/web3swift/blob/master/LICENSE.md) for details.
0 commit comments