Skip to content

Commit

Permalink
add issue reporting guidelines to the README
Browse files Browse the repository at this point in the history
  • Loading branch information
sdumetz committed Feb 7, 2025
1 parent 9eb0725 commit 29a61f2
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,30 @@ If you happen to have access to a running eCorpus instance, simply follow the [Q

This guide is also available [in french](https://ecorpus.eu/fr/doc/tutorials/).

You can otherwise head over to a Standalone "sandbox" scene on our [test server](https://ecorpus.holusion.com) or learn how to spin up your own [eCorpus instance](https://ecorpus.eu/en/doc/guides/deployment.html).
You can otherwise head over to a Standalone "sandbox" scene on our [test server](https://ecorpus.holusion.com/ui/standalone/) or learn how to spin up your own [eCorpus instance](https://ecorpus.eu/en/doc/guides/deployment.html).

## Project Goals

**eCorpus** aims to provide a management layer over the DPO-Voyager Open Source 3D explorer and authoring suite. It has built-in history revision management, users roles with access controls and service management capabilities.

We strive to make the software as lightweight and interoperable as possible.

## Development
## Report a bug

You found a bug or an unexpected behaviour? Head to the [issues](https://github.com/Holusion/eCorpus/issues?q=is%3Aissue) board, **but don't forget to**:

- check if your problem has already been reported by someone else
- try to explain how to reproduce it **from a newly created scene** (if possible)
- tell us on which page it happened, and in which language
- explain the detailed steps you took
- attach screenshots when useful
- attach any resource that would be required to reproduce the bug (eg. a specific model or scene)


**Note**: Security issues can be [privately reported](https://docs.github.com/fr/code-security/security-advisories/guidance-on-reporting-and-writing-information-about-vulnerabilities/privately-reporting-a-security-vulnerability) if necessary.

## Development

### Testing eCorpus

eCorpus uses a two-stage testing strategy :
Expand Down

0 comments on commit 29a61f2

Please sign in to comment.