https://github.com/ukho/s-100-permit-service
Repository for the S100 Permit Generator Service
https://github.com/ukho/s-100-permit-service
Last synced: 11 months ago
JSON representation
Repository for the S100 Permit Generator Service
- Host: GitHub
- URL: https://github.com/ukho/s-100-permit-service
- Owner: UKHO
- License: mit
- Created: 2024-08-01T13:00:15.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-08-26T16:06:16.000Z (11 months ago)
- Last Synced: 2025-08-26T21:06:03.373Z (11 months ago)
- Language: C#
- Size: 2 MB
- Stars: 2
- Watchers: 6
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# S-100 Permit Generator
## Notes on branching and repository layout
* All development branches (and subsequent Pull Requests) should be carried out on the 'develop' branch. This enables code to be run into the 'vNext' IAT and E2E environments. The 'main' branch forms the route to live, and 'develop' is merged to 'main' accordingly as releases are planned.