|
1 | 1 |  |
2 | 2 |
|
| 3 | +<div align="center"> |
| 4 | + |
| 5 | +[](CONTRIBUTING.md) |
| 6 | +[](https://github.com/ServiceNowDevProgram/Hacktoberfest) |
| 7 | + |
| 8 | +</div> |
| 9 | + |
3 | 10 | # ServiceNow Code Snippets Repository |
4 | 11 |
|
5 | 12 | Welcome to ServiceNow's Code Snippets community repository, managed by the Developer Program and the sndevs Slack community. |
@@ -113,12 +120,16 @@ Core ServiceNow APIs/ |
113 | 120 |
|
114 | 121 | We welcome contributions from the ServiceNow developer community! Your knowledge and experience can help others solve common challenges. |
115 | 122 |
|
116 | | -To contribute, just follow these steps: |
| 123 | +## 🌐 Contribute from the Web (No Setup Needed!) |
| 124 | + |
| 125 | +This repository has been approved by Hacktoberfest in spirit of learning source control and getting started in your open-source journey. You can contribute directly from your browser without needing a ServiceNow instance: |
117 | 126 |
|
118 | | -1. Fork this repo (you get a point just by forking!) |
119 | | -2. Create a new branch on your fork |
120 | | -3. Add/Update the repo following our [folder structure guidelines](#folder-structure) |
121 | | -4. Submit a pull request! |
| 127 | +1. Click **Fork** at the top-right corner of this page |
| 128 | +2. Open the folder where you want to add or edit a file |
| 129 | +3. Click **Add file → Create new file** (or edit an existing one) |
| 130 | +4. Scroll down, add a **commit message**, and select |
| 131 | + > "**Create a new branch for this commit and start a pull request**" |
| 132 | +5. Click **Propose changes → Create pull request** |
122 | 133 |
|
123 | 134 | That's it! **For detailed contribution instructions, please read our [CONTRIBUTING.md](CONTRIBUTING.md) guide before submitting.** |
124 | 135 |
|
|
0 commit comments