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
* update socket to socket-lient and crud to crud client" ([d08614b](https://github.com/CoCreate-app/CoCreate-action/commit/d08614befb63262679b9c01d3fbdaa7f235cbc27))
|`perf(pencil): remove graphiteWidth option`<br><br>`BREAKING CHANGE: The graphiteWidth option has been removed.`<br>`The default graphite width of 10mm is always used for performance reasons.`|~~Major~~ Breaking Release |
Amend your previous commit and force push the changes.
95
+
96
+
```
97
+
git commit --amend
98
+
git push origin my-feature-branch -f
99
+
```
100
+
101
+
## Check on Your Pull Request
102
+
103
+
Go back to your pull request after a few minutes and see whether it passed muster with Travis-CI. Everything should look green, otherwise fix issues and amend your commit as described above.
104
+
91
105
## Be Patient
92
106
93
-
It's likely that your change will not be merged and that the nitpicky maintainers will ask you to do more, or fix seemingly benign problems. Hang in there!
107
+
It's likely that your change will not be merged and that the nitpicky maintainers will ask you to do more, or fix seemingly benign problems. Hang on there!
A simple repositories component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API. Take it for a spin in our [playground!](https://cocreate.app/docs/repositories)
1
+
# CoCreate-action
2
+
A simple action component in vanilla javascript. Chain multiple functions and execute in a specified order. Easily configured using HTML5 data-attributes and/or JavaScript API. Take it for a spin in our [playground!](https://cocreate.app/docs/action)
3
3
4
-


We want this library to be community-driven, and CoCreate led. We need your help to realize this goal. To help make sure we are building the right things in the right order, we ask that you create [issues](https://github.com/CoCreate-app/Realtime_Admin_CRM_and_CMS/issues) and [pull requests](https://github.com/CoCreate-app/Realtime_Admin_CRM_and_CMS/pulls) or merely upvote or comment on existing issues or pull requests.
14
14
@@ -26,28 +26,27 @@ We appreciate your continued support, thank you!
26
26
<aname="announcements"></a>
27
27
# Announcements
28
28
29
-
All updates to this library are documented in our [CHANGELOG](https://github.com/CoCreate-app/CoCreate-repositories/blob/master/CHANGELOG.md) and [releases](https://github.com/CoCreate-app/CoCreate-repositories/releases). You may also subscribe to email for releases and breaking changes.
29
+
All updates to this library are documented in our [CHANGELOG](https://github.com/CoCreate-app/CoCreate-action/blob/master/CHANGELOG.md) and [releases](https://github.com/CoCreate-app/CoCreate-action/releases). You may also subscribe to email for releases and breaking changes.
30
30
31
31
<aname="roadmap"></a>
32
32
# Roadmap
33
33
34
-
If you are interested in the future direction of this project, please take a look at our open [issues](https://github.com/CoCreate-app/CoCreate-repositories/issues) and [pull requests](https://github.com/CoCreate-app/CoCreate-repositories/pulls). We would love to hear your feedback.
34
+
If you are interested in the future direction of this project, please take a look at our open [issues](https://github.com/CoCreate-app/CoCreate-action/issues) and [pull requests](https://github.com/CoCreate-app/CoCreate-action/pulls). We would love to hear your feedback.
35
35
36
36
37
37
<aname="about"></a>
38
38
# About
39
39
40
-
CoCreate-repositories is guided and supported by the CoCreate Developer Experience Team.
40
+
CoCreate-action is guided and supported by the CoCreate Developer Experience Team.
41
41
42
42
Please Email the Developer Experience Team [here](mailto:[email protected]) in case of any queries.
43
43
44
-
CoCreate-repositories is maintained and funded by CoCreate. The names and logos for CoCreate are trademarks of CoCreate, LLC.
44
+
CoCreate-action is maintained and funded by CoCreate. The names and logos for CoCreate are trademarks of CoCreate, LLC.
45
45
46
46
<aname="contribute"></a>
47
47
# How to Contribute
48
48
49
-
We encourage contribution to our libraries (you might even score some nifty swag), please see our [CONTRIBUTING](https://github.com/CoCreate-app/CoCreate-repositories/blob/master/CONTRIBUTING.md) guide for details.
49
+
We encourage contribution to our libraries (you might even score some nifty swag), please see our [CONTRIBUTING](https://github.com/CoCreate-app/CoCreate-action/blob/master/CONTRIBUTING.md) guide for details.
50
50
51
51
# License
52
-
[The MIT License (MIT)](https://github.com/CoCreate-app/CoCreate-repositories/blob/master/LICENSE)
53
-
52
+
[The MIT License (MIT)](https://github.com/CoCreate-app/CoCreate-action/blob/master/LICENSE)
0 commit comments