Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ in any real-time space e.g., Slack, Discord, etc.

Before reporting a new issue, please ensure that the issue was not already
reported or fixed by searching through our [issues
list](https://github.com/org_name/repo_name/issues).
list](https://github.com/outshift-open/ioc-knowledge-memory/issues).

When creating a new issue, please be sure to include a **title and clear
description**, as much relevant information as possible, and, if possible, a
Expand Down Expand Up @@ -47,12 +47,10 @@ you can do:
_[Reporting Issues](#reporting-issues)_ section, providing feedback to the
issue's author on what might be missing.
- Review and update the existing content of our
[Wiki](https://github.com/org_name/repo_name/wiki) with up-to-date
[Wiki](https://github.com/outshift-open/ioc-knowledge-memory/wiki) with up-to-date
instructions and code samples.
- Review existing pull requests, and testing patches against real existing
applications that use `ioc-knowledge-memory-svc`.
- Write a test, or add a missing test case to an existing test.

Thanks again for your interest on contributing to `ioc-knowledge-memory-svc`!

:heart:
2 changes: 1 addition & 1 deletion docker-db/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
### Dockefile for the Databases (Agensgraph + PgVector + Postgres)

Build the Docker image for DB. Tag and Push image to ghcr.io/cisco-eti
Build the Docker image for DB. Tag and Push image to ghcr.io/outshift-open
```
docker-compose up --build
```
Expand Down
Loading