Skip to content

Commit 158bd1b

Browse files
authored
Create CONTRIBUTING.md
1 parent 97baf6f commit 158bd1b

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

CONTRIBUTING.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Contributing
2+
3+
## General requirements
4+
5+
- Pull request descriptions must be explicit and descriptive to what is being changed.
6+
- Changes that are not within the scope of the description will result in the entire PR being rejected
7+
- Low effort/spam Pull Requests will be marked as spam accordingly.
8+
9+
## Process
10+
11+
1. Fork this repo
12+
2. Go to your ServiceNow instance
13+
3. Go to `System Applications` => `Studio`
14+
4. Once Studio loads, select `Import From Source Control`
15+
5. Use your forked repo to [Import your application](https://developer.servicenow.com/dev.do#!/learn/learning-plans/quebec/new_to_servicenow/app_store_learnv2_devenvironment_quebec_importing_an_application_from_source_control)
16+
5. Make updates to the application
17+
6. In Studio, commit your changes to source control
18+
7. Submit a pull request to the ServiceNowDevProgram/example-instancescan-checks
19+
`master` branch

0 commit comments

Comments
 (0)