Skip to content

Commit a028d6b

Browse files
Add web contribution instructions to README
Added section on contributing directly from the web without setup.
1 parent 0b63a24 commit a028d6b

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88

99
[![Contributions Welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat-square)](CONTRIBUTING.md)
1010
[![Hacktoberfest](https://img.shields.io/badge/Hacktoberfest-Participating-orange?style=flat-square)](https://github.com/ServiceNowDevProgram/Hacktoberfest)
11-
[![License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](LICENSE)
1211

1312
[Explore Snippets](#-repository-structure) · [Contribute](#-how-to-contribute) · [Join Community](https://sndevs.com)
1413

@@ -102,6 +101,19 @@ We'd love your contributions! Here's how to get started:
102101
5. **Push** to your branch (`git push origin feature/amazing-snippet`)
103102
6. **Open** a Pull Request
104103

104+
## 🌐 Contribute from the Web (No Setup Needed!)
105+
106+
You can contribute directly from your browser — no cloning required!
107+
108+
1. Click **Fork** at the top-right corner of this page
109+
2. Open the folder where you want to add or edit a file
110+
3. Click **Add file → Create new file** (or edit an existing one)
111+
4. Scroll down, add a **commit message**, and select
112+
> "**Create a new branch for this commit and start a pull request**"
113+
5. Click **Propose changes → Create pull request**
114+
115+
🎉 That’s it — your contribution will be reviewed soon!
116+
105117
### 📝 Contribution Guidelines
106118

107119
> 🔔 **IMPORTANT**: All contributors **must** follow the guidelines in [CONTRIBUTING.md](CONTRIBUTING.md) or risk having PRs labeled as spam.

0 commit comments

Comments
 (0)