- 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.
See the Issues tab for ideas on what to work on. Make sure to leave a comment on an issue if you're working on it!
- Fork this repo
- Go to your ServiceNow instance
- Go to
System Applications
=>Studio
- Once Studio loads, select
Import From Source Control
- Use your forked repo to Import your application
- Make updates to the application
- In Studio, commit your changes to source control
- Submit a pull request to the ServiceNowNextExperience/Plants
main
branch - If your pull request closes an issue, include "Closes #issue_number" in the description
Along with new features, or working on any issues that appear in this repo's issues tab, we welcome you to simply submit a plant too!
- Go to the
x_snc_plant_mgmt_plants
table on your instance (see above) - Submit a new plant with a picture
- Open the application in App Engine Studio (AES)
- In the data section, click the preview button on the Plants row
- Check the checkbox next to the plant record you added in the plant list
- Right click on the list header and choose "Create Application Files"
- Choose New install and upgrades and select OK
- Via AES or Studio, commit your changes and open a new Pull Request!