Skip to content

Commit 2b1ed07

Browse files
Revise README for clarity and community involvement (#1772)
* Revise README for clarity and community involvement Updated the README to enhance community engagement and clarify repository usage. * Add web contribution instructions to README Added section on contributing directly from the web without setup. * merge PRs --------- Co-authored-by: Earl Duque <31702109+earlduque@users.noreply.github.com>
1 parent ad003a6 commit 2b1ed07

File tree

1 file changed

+16
-5
lines changed

1 file changed

+16
-5
lines changed

README.md

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
![Code Snippets Banner](https://github.com/ServiceNowDevProgram/code-snippets/assets/31702109/f9fa072a-4c0c-426b-8eed-200c6616ff60)
22

3+
<div align="center">
4+
5+
[![Contributions Welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat-square)](CONTRIBUTING.md)
6+
[![Hacktoberfest](https://img.shields.io/badge/Hacktoberfest-Participating-orange?style=flat-square)](https://github.com/ServiceNowDevProgram/Hacktoberfest)
7+
8+
</div>
9+
310
# ServiceNow Code Snippets Repository
411

512
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/
113120

114121
We welcome contributions from the ServiceNow developer community! Your knowledge and experience can help others solve common challenges.
115122

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:
117126

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**
122133

123134
That's it! **For detailed contribution instructions, please read our [CONTRIBUTING.md](CONTRIBUTING.md) guide before submitting.**
124135

0 commit comments

Comments
 (0)