Skip to content

Commit f4f8b4f

Browse files
authored
Documentation update (provectus#1381)
* Update issue templates * Update PULL_REQUEST_TEMPLATE.md * Update PULL_REQUEST_TEMPLATE.md * Update stale labels * Move files, minor updates * Moved files, minor updates * Update bug_report.md * Update feature_request.md * Add roadmap document Signed-off-by: Roman Zabaluev <[email protected]> * Update SECURITY.md Signed-off-by: Roman Zabaluev <[email protected]> * Update stale periods Signed-off-by: Roman Zabaluev <[email protected]> * Add a stub for guidelines for QA Signed-off-by: Roman Zabaluev <[email protected]> * Extract building/running instructions from the readme Signed-off-by: Roman Zabaluev <[email protected]> * move testing guidelines Signed-off-by: Roman Zabaluev <[email protected]> * Table of contents for contributing Signed-off-by: Roman Zabaluev <[email protected]> * Add license and release badges Signed-off-by: Roman Zabaluev <[email protected]> * Add info about actuator endpoints Signed-off-by: Roman Zabaluev <[email protected]> * Update logotype and slogan Signed-off-by: Roman Zabaluev <[email protected]> * Redone contributing guide Signed-off-by: Roman Zabaluev <[email protected]> * Minor updates Signed-off-by: Roman Zabaluev <[email protected]>
1 parent 0b5f928 commit f4f8b4f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+260
-100
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 12 additions & 4 deletions
Lines changed: 2 additions & 9 deletions

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 10 additions & 6 deletions

.github/stale.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
# Number of days of inactivity before an issue becomes stale
2-
daysUntilStale: 30
2+
daysUntilStale: 7
33
# Number of days of inactivity before a stale issue is closed
4-
daysUntilClose: 7
4+
daysUntilClose: 3
55
# Only issues or pull requests with all of these labels are check if stale. Defaults to `[]` (disabled)
66
onlyLabels:
77
- 'status/pending'
88
# Issues with these labels will never be considered stale
99
exemptLabels:
1010
- 'status/on-hold'
11+
- 'status/blocked'
1112
- 'status/triage'
1213
- 'type/security'
1314
# Label to use when marking an issue as stale

CONTRIBUTING.md

Lines changed: 70 additions & 20 deletions

README.md

Lines changed: 17 additions & 52 deletions

SECURITY.md

Lines changed: 3 additions & 4 deletions

docker-openjdk/Dockerfile

Lines changed: 0 additions & 3 deletions
This file was deleted.
File renamed without changes.

0 commit comments

Comments
 (0)