Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Edit title copy on the home page #59

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
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
23 changes: 23 additions & 0 deletions .github/ISSUE_TEMPLATE/user-story-template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
name: User Story template
about: General User Story Template
title: ''
labels: ''
assignees: ''

---

# Story Title Here

## User Story

As a member of Orlando DevOps group, I would like to DO SOMETHING so that WE HAVE AN OUTCOME / Business Value

## Tasks

- [ ] Task 1
- [ ] Task 2

## Extra Notes

> NOTE: Whatever else should be known to help complete this story / tasks.
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ <h1>
</strong>
</h1>

<p class="flex md:py-4 font-Poppins">This is a community built of developers in Orlando and the Central Florida Area</p>
<p class="flex md:py-4 font-Poppins">Embark on a journey within a close-knit community sculpted by the talent of Orlando and Central Florida's developers.</p>

{% include "./_includes/partials/content.html" %}
</div>