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
26 changes: 26 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
name: Bug Report
about: Create a bug report to help us improve
title: "fix: "
labels: bug
assignees: ""
---

## Bug Report

#### Version:
- Release: v1.0.0
- Tag: release-1.0.0
- Commit: abc123f

<!-- Please specify the commit or tag version. -->

### Expected behavior

<!-- Describe what the behavior would be without the bug. -->

### Steps to reproduce

<!-- Please explain the steps required to duplicate the issue,
especially if you can provide a sample application. -->

6 changes: 6 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
blank_issues_enabled: false
contact_links:
- name: Kadindexer Support
url: https://t.me/zeroxneves
about: Please ask and answer questions here.
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Feature Request
about: Suggest an idea or enhancement for this project
title: "feat:"
labels: enhancement
assignees: ""
---

## Feature Request

### Describe the Feature

<!-- A clear and concise description of the feature request.
Please include if your feature request is related to a problem. -->

### Additional Context or Related Code

<!-- List any other information that is relevant to your issue. Stack traces,
related issues, suggestions on how to add, use case, Stack Overflow links,
forum links, screenshots, OS if applicable, etc. -->
21 changes: 21 additions & 0 deletions .github/ISSUE_TEMPLATE/refactor_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
name: Refactor Request
about: Suggest the refactoring for this project
title: "refactor:"
labels: enhancement
assignees: ""
---

## Refactor Request

### Describe the Refactor Request

<!-- A clear and concise description of the refactor request.
Please include if your refactor request is related to a problem. -->

### Additional Context or Related Code

<!-- List any other information that is relevant to your issue. Stack traces,
related issues, suggestions on how to add, use case, Stack Overflow links,
forum links, screenshots, OS if applicable, etc. -->

2 changes: 1 addition & 1 deletion .github/workflows/indexer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ jobs:
working-directory: ./indexer

- name: Build
run: yarn build
run: tsc
working-directory: ./indexer
47 changes: 0 additions & 47 deletions .github/workflows/web-preview.yml

This file was deleted.

55 changes: 0 additions & 55 deletions .github/workflows/web-production.yml

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Kadindexer - Kadena Indexer

This project is a monorepo that contains the following packages:
[![Build](https://github.com/hack-a-chain-software/indexer-kadena/actions/workflows/indexer.yml/badge.svg)](https://github.com/hack-a-chain-software/indexer-kadena/actions/workflows/indexer.yml)

- [`@kadena-indexer/indexer`](indexer/README.md): The indexer package, which is responsible for scanning and storing blocks for Kadena blockchain.
- [`@kadena-indexer/terraform`](terraform/README.md): The Terraform configuration for provisioning the infrastructure required to run the indexer and the node.
Expand Down