Skip to content

Commit

Permalink
Merge pull request #30 from gt-ospo/temp
Browse files Browse the repository at this point in the history
Fixed template link and adjusted template
  • Loading branch information
jyoung3131 authored Sep 16, 2024
2 parents 8f29e0d + 6761730 commit 2d0d6bf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/00-project-area-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ body:
value: |
## OSPO Explorer New Project Area Request
✨ Welcome to the OSPO Explorer Project Area Request Form. Fill out the below items with as much detail as possible & don't forget to include a title!
Please do **not** use this form for Bug Reports.
If we approve this request, we will change the project area in your form to the new area.
- If we **approve** this request, we will change the project area in your form to the new area.
- If we **reject** this request, we kindly ask that you resubmit your form picking one of the available project areas.
If we reject this request, we kindly ask that you resubmit your form picking one of the available project areas.
Please do **not** use this form for Bug Reports.
- type: textarea
id: project_name
attributes:
Expand Down
2 changes: 1 addition & 1 deletion src/components/ProjectFormPage/ProjectForm.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ const ProjectForm = forwardRef((props, ref) => {
<div className="mt-2 text-xs text-gray-500">
<p>Don't see a suitable project area? Select <span className="font-semibold">"Other"</span> and submit the form.</p>
<p>Submit a request by filling out a <a
href="https://github.com/gt-ospo/oss-project-explorer/issues/new?template=00-project-area-request"
href="https://github.com/gt-ospo/oss-project-explorer/issues/new?assignees=&labels=&template=00-project-area-request.yml&title=%E2%9C%A8+%5BPROJECT+AREA+REQUEST%5D+-+%3Cinsert+project+area+here%3E"
target="_blank"
rel="noopener noreferrer"
className="text-blue-600 hover:text-blue-800"
Expand Down

0 comments on commit 2d0d6bf

Please sign in to comment.