Skip to content

Commit

Permalink
Add ingestion issue template and button
Browse files Browse the repository at this point in the history
  • Loading branch information
CannonLock committed Aug 8, 2024
1 parent 29f469d commit b36f38d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/ingestion.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: Ingestion Update
about: Create a report to help us improve
title: ''
labels: ingestion
labels: map-ingestion-interface
assignees: ''

---
Expand Down
6 changes: 6 additions & 0 deletions pages/maps/ingestion/@id/components/table-header.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,12 @@ export const TableHeader = ({
text: "Download Source Files",
onClick: downloadSourceFiles,
}),
h(MenuItem, {
icon: "issue-new",
text: "Report Issue/Request Feature",
href: "https://github.com/UW-Macrostrat/web/issues/new?assignees=&labels=ingestion&projects=&template=ingestion.md&title=",
target: "_blank",
}),
]),
renderTarget: ({ ...targetProps }) =>
h(Button, {
Expand Down

0 comments on commit b36f38d

Please sign in to comment.