Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 977 Bytes

CONTRIBUTING.md

File metadata and controls

20 lines (16 loc) · 977 Bytes

Contributing

General requirements

  • Pull request descriptions must be explicit and descriptive to what is being changed.
    • Changes that are not within the scope of the description will result in the entire PR being rejected
  • Low effort/spam Pull Requests will be marked as spam accordingly.

Process

  1. Fork this repo
  2. Go to your ServiceNow instance
  3. Go to System Applications => Studio
  4. Once Studio loads, select Import From Source Control
  5. Use your forked repo to Import your application
  6. Make updates to the application
  7. In Studio, commit your changes to source control
  8. If you added a new Instance Scan check, add documentation of the check to the README.md file.
  9. Submit a pull request to the ServiceNowDevProgram/example-instancescan-checks master branch