https://github.com/iamnotstatic/nerdsweb
nerdsweb is a platform where software developers write articles,
https://github.com/iamnotstatic/nerdsweb
Last synced: 3 months ago
JSON representation
nerdsweb is a platform where software developers write articles,
- Host: GitHub
- URL: https://github.com/iamnotstatic/nerdsweb
- Owner: iamnotstatic
- Created: 2019-07-26T21:02:35.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T05:30:37.000Z (over 3 years ago)
- Last Synced: 2025-05-12T20:53:14.665Z (about 1 year ago)
- Language: PHP
- Homepage:
- Size: 17.8 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 24
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
NERDSWEB
Welcome to the nerdsweb. We are so excited to have you. With your help, we can build out NERDSWEB to be more stable and better serve our community.
What is Nerdsweb
nerdsweb is a platform where software developers write articles, take part in discussions, and build their professional profiles. We value supportive and constructive dialogue in the pursuit of great code and career growth for all members. The ecosystem spans from beginner to advanced developers, and all are welcome to find their place within our community.
Contributing
We encourage you to contribute to nerdsweb! Please check out the Contributing to nerds guide for guidelines about how to proceed.
We expect contributors to abide by our underlying code of conduct. All conversations and discussions on GitHub (issues, pull requests) and across nerdsweb must be respectful and harassment-free.
Where to contribute
Building features is the area which will require the most communication and/or negotiation. Every feature is subjective and open for debate. If your feature involves user-facing design changes, please provide a mockup first so we can all get on the same page. As always, when in doubt, ask!
How to contribute
1. Fork the project & clone locally. Follow the initial setup here.
2. Create a branch, naming it either a feature or bug: git checkout -b feature/that-new-feature or bug/fixing-that-bug
3. Code and commit your changes. git commit -m 'Add some feature'
Push to the branch: git push origin feature/that-new-feature
Contribution guideline
Create an issue
Nobody's perfect. Something doesn't work? Or could be done better? Let us know by creating an issue.
PS: a clear and detailed issue gets lots of love, all you have to do is follow the issue template!
Create a pull request
Please note: all commits in a pull request will be squashed when merged, but when your PR is approved and passes our CI, it will be live on production!
Happy Coding ❤️