Git Product home page Git Product logo

example.cii's People

Contributors

dependabot[bot] avatar devlinjunker avatar

Watchers

 avatar  avatar

example.cii's Issues

Notes from cloning

Describe the change:
Add better notes for cloning vs forking vs using as a template

template:

  • best way

cloning:

  • should only check out HEAD commit
  • Maybe even only main commit

forking

  • idk yet..

Additional context/Links:
Problems when using for practice.GitHub.actions repo

ShellCheck - Static Code Analysis

Describe the Improvement:
Implement Shell Script Static Checker for this repo: https://github.com/koalaman/shellcheck

  • include in build process
    • before merge to develop
    • before merge to main and release cut

Benefits:

  • Ensure quality written script files
  • improve developer skill at writing better script files
  • Provide example of

Drawbacks:

  • Slows the build process
  • May not be useful

How to Compare:

  • Should write more consistent looking script files.
  • Should find places to improve shell scripts

Lint and Test in Git Hook before commit

Describe the Improvement:
Add lines to run lint and test scripts before commits are allowed

Benefits:

  • Runs linting and testing files before every commit

Drawbacks:

  • slows the development process

How to Compare:

  • is increase in development time worth running these all the time? I think so
  • can we only run linting/tests related to changes in that commit?

Notes from Using as Template

Describe the change:
Found a couple things unclear when creating https://github.com/devlinjunker/dev.junk.cron

  • Forgot to fetch submodules after using as template: git submodule update --init --recursive
  • Not clear what linter is running on/if its successful
    • also linter only ran on scripts/ dir initially
  • Not immediately clear which hooks/ scripts are hooks vs internal
    • maybe prefix internals with _ or put in internal/ subdir
  • Unable to push wip commits that don't pass linting, should we ignore linting/testing these in pre-push.sh hook script?
  • It would be nice to have example BATS file: https://gist.github.com/devlinjunker/c02db8e10c7017b493bb75b767739746

Additional context/Links:
N/A

Add FAQ Wiki

Describe the change:

  • Add FAQ wiki page that can be linked in README
  • Update home wiki page to point at FAQ and Semver project Wiki
  • Add link to Wiki/FAQ in README setup steps
  • Add link to README Wiki in README setup steps: https://github.com/devlinjunker/example.cii/wiki/.README-(synced)
  • Add link to GitHub Semver Project setup steps in README and FAQ
    • maybe edit to If forking to a new project, follow the New Project Setup Steps
  • Clean up/update CONTRIBUTING file

Additional context/Links:
https://github.com/devlinjunker/template.github.semver/wiki/!%20FAQ

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.