Skip to content

sfu-dhil/issue-templates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Issue Templates

Test repository for some issue templates for the DHIL

Language and structure of these inspired by https://github.com/stevemao/github-issue-templates

How to use

If you're using in a single project (or one not connected to the DHIL), you can add the action to your .github/workflows/{{yourFile}.yaml

       - uses: actions/checkout@v2
       - uses: actions/setup-node@v2
         with:
           node-version: '14'
       - name: Validate the new issue
         uses: sfu-dhil/issue-templates
         id: validate
         with:
           token: ${{ secrets.GITHUB_TOKEN }}
           issue-number: ${{ github.event.issue.number }}

How to edit / work on stuff

  • Download the repository
  • Fetch all of the dependencies using npm or yarn
  • Start the ncc watcher: npm run watch
  • Modify the code in index.js;

If you want to test locally, you will need to get act and docker. Make sure docker is running, and then run act in the root directory.

About

No description, website, or topics provided.

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published