Skip to content

Adding some checklist bullets in an updated PR template? #158

Answered by BethanyG
lpatmo asked this question in Ideas
Discussion options

You must be logged in to vote

Propose:

What type of PR is this? (check all applicable)

  • 🐛 Bug Fix
  • 🎨 Enhancement
  • ♻️ Refactor
  • 📝 Documentation
  • 🔖 Release

Context

Placeholder example below:

Closes Issue #128

Right now, on the front-end, we need to pass in a token (i.e. the user needs to be logged in) before they can see a list of resource.

 axios
      .get('/api/v1/resources', {
        headers: {
          Authorization: `Bearer ${authContext.authTokens.token}`,
        },
      })

This should be true for when users are creating a resource, but the list of resources on https://cb-react-concept.netlify.com/resources should be available to the public.

Other Related Tickets & Documents (as needed)

Placeholder example:

Replies: 2 comments 8 replies

Comment options

You must be logged in to vote
3 replies
@lpatmo
Comment options

lpatmo Aug 22, 2020
Maintainer Author

@BethanyG
Comment options

@lpatmo
Comment options

lpatmo Aug 26, 2020
Maintainer Author

Comment options

You must be logged in to vote
5 replies
@lpatmo
Comment options

lpatmo Aug 22, 2020
Maintainer Author

@BethanyG
Comment options

@lpatmo
Comment options

lpatmo Aug 22, 2020
Maintainer Author

@lpatmo
Comment options

lpatmo Aug 22, 2020
Maintainer Author

@lpatmo
Comment options

lpatmo Aug 26, 2020
Maintainer Author

Answer selected by lpatmo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Ideas
Labels
None yet
2 participants