contribute-now 0.4.1-dev.7cf05e9 → 0.4.1-dev.f9d0aaa

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -352,15 +352,40 @@ bun test # run tests
352
352
  bun run lint # check code quality
353
353
  ```
354
354
 
355
- ## Contributing
355
+ ## 🎯 Contributing
356
356
 
357
- Contributions are welcome! See [CONTRIBUTING.md](CONTRIBUTING.md) for the workflow, commit convention, and PR guidelines.
357
+ Contributions are welcome, create a pull request to this repo and I will review your code. Please consider to submit your pull request to the `dev` branch. Thank you!
358
358
 
359
- ## License
359
+ Read the project's [contributing guide](./CONTRIBUTING.md) for more info.
360
360
 
361
- [GPL-3.0](LICENSE) © [Waren Gonzaga](https://warengonzaga.com)
361
+ ## 🐛 Issues
362
362
 
363
- ---
363
+ Please report any issues and bugs by [creating a new issue here](https://github.com/warengonzaga/contribute-now/issues/new/choose), also make sure you're reporting an issue that doesn't exist. Any help to improve the project would be appreciated. Thanks! 🙏✨
364
+
365
+ ## 🙏 Sponsor
366
+
367
+ Like this project? **Leave a star**! ⭐⭐⭐⭐⭐
368
+
369
+ Want to support my work and get some perks? [Become a sponsor](https://github.com/sponsors/warengonzaga)! 💖
370
+
371
+ Or, you just love what I do? [Buy me a coffee](https://buymeacoffee.com/warengonzaga)! ☕
372
+
373
+ Recognized my open-source contributions? [Nominate me](https://stars.github.com/nominate) as GitHub Star! 💫
374
+
375
+ ## 📋 Code of Conduct
364
376
 
365
- 💻💖☕ Made with ❤️ by [Waren Gonzaga](https://github.com/warengonzaga)
377
+ Read the project's [code of conduct](./CODE_OF_CONDUCT.md).
378
+
379
+ ## 📃 License
380
+
381
+ This project is licensed under [GNU General Public License v3.0](https://opensource.org/licenses/GPL-3.0).
382
+
383
+ ## 📝 Author
384
+
385
+ This project is created by **[Waren Gonzaga](https://github.com/warengonzaga)**, with the help of awesome [contributors](https://github.com/warengonzaga/contribute-now/graphs/contributors).
386
+
387
+ [![contributors](https://contrib.rocks/image?repo=warengonzaga/contribute-now)](https://github.com/warengonzaga/contribute-now/graphs/contributors)
388
+
389
+ ---
366
390
 
391
+ 💻💖☕ by [Waren Gonzaga](https://warengonzaga.com) & [YHWH](https://www.youtube.com/watch?v=VOZbswniA-g) 🙏 — Without *Him*, none of this exists, *even me*.
package/dist/index.js CHANGED
@@ -2163,7 +2163,7 @@ import pc7 from "picocolors";
2163
2163
  // package.json
2164
2164
  var package_default = {
2165
2165
  name: "contribute-now",
2166
- version: "0.4.1-dev.7cf05e9",
2166
+ version: "0.4.1-dev.f9d0aaa",
2167
2167
  description: "Developer CLI that automates git workflows — branching, syncing, committing, and PRs — with multi-workflow and commit convention support.",
2168
2168
  type: "module",
2169
2169
  bin: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "contribute-now",
3
- "version": "0.4.1-dev.7cf05e9",
3
+ "version": "0.4.1-dev.f9d0aaa",
4
4
  "description": "Developer CLI that automates git workflows — branching, syncing, committing, and PRs — with multi-workflow and commit convention support.",
5
5
  "type": "module",
6
6
  "bin": {