Skip to content
Merged
Show file tree
Hide file tree
Changes from 11 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
4 changes: 4 additions & 0 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,7 @@ established in the code.
functions.

Guidelines are following the [.editorconfig](https://github.com/dzcode-io/dzcode.io/blob/main/.editorconfig) file.

## Design Decisions

- Added [bitbucket](../api/src/bitbucket/service.ts) service to support projects hosted in `bitbucket.org`, first one being [Open-listings](../data/models/projects/Open_listings/info.json)
1 change: 1 addition & 0 deletions api/db/migrations/0008_reflective_whistler.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ALTER TABLE "contributors" DROP CONSTRAINT "contributors_url_unique";
Loading
Loading