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
|`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 |
68
+
69
+
65
70
## Push
66
71
67
72
```
@@ -75,36 +80,17 @@ Click the 'Pull Request' button and fill out the form. Pull requests are usually
75
80
76
81
## Rebase
77
82
78
-
If you've been working on a change for a while, rebase with upstream/master.
83
+
If you've been working on a change for a while, rebase with upstream/dev.
79
84
80
85
```
81
86
git fetch upstream
82
-
git rebase upstream/master
87
+
git rebase upstream/dev
83
88
git push origin my-feature-branch -f
84
89
```
85
90
86
-
## Update CHANGELOG Again
87
-
88
-
Update the [CHANGELOG](CHANGELOG.md) with the pull request number. A typical entry looks as follows.
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
-
105
91
## Be Patient
106
92
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!
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!
Copy file name to clipboardExpand all lines: README.md
+10-3Lines changed: 10 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,14 @@
1
-
# CoCreate Calculations
2
-
A pure javascript calculation component. Using data-attributes and id of elements fetch values calculate and display result in any html element.
1
+
# CoCreate-calculations
2
+
A simple HTML5 and pure javascript component. Easy configuration using data-attributes and highly styleable.
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.
@@ -29,6 +34,7 @@ All updates to this library are documented in our [CHANGELOG](https://github.com
29
34
30
35
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-calculations/issues) and [pull requests](https://github.com/CoCreate-app/CoCreate-calculations/pulls). We would love to hear your feedback.
31
36
37
+
32
38
<aname="about"></a>
33
39
# About
34
40
@@ -45,3 +51,4 @@ We encourage contribution to our libraries (you might even score some nifty swag
45
51
46
52
# License
47
53
[The MIT License (MIT)](https://github.com/CoCreate-app/CoCreate-calculations/blob/master/LICENSE)
0 commit comments