Skip to content
Snippets Groups Projects
Select Git revision
  • 56f174e768b25966a3bc1678f6ea659b6913b0b1
  • master default protected
  • 0.5.9
  • 0.5.8
  • 0.5.7
  • 0.5.6
  • 0.5.5
  • 0.5.4
  • 0.5.3
  • 0.5.2
  • 0.5.1
  • 0.5.0
  • 0.4.17
  • 0.4.16
  • 0.4.15
  • 0.4.14
  • 0.4.13
  • 0.4.12
  • 0.4.11
  • 0.4.10
  • 0.4.9
  • 0.4.8
22 results

readme-standard.mk

Blame
  • Volker Schukai's avatar
    31731b28
    History
    readme-standard.mk 1011 B
    #############################################################################################
    #############################################################################################
    ##
    ## README
    ##
    #############################################################################################
    #############################################################################################
    
    
    define README_FILE_CONTENT
    # $(COMPONENT_NAME)
    
    $(COMPONENT_NAME) is ...
    
    ## Documentation
    
    To check out docs and examples, visit ....
    
    ## Installation
    
    
    ## Usage
    
    
    ## Questions
    
    For questions and commercial support, please contact [schukai GmbH](https://www.schukai.com/).
    The issue list of this repo is exclusively for bug reports and feature requests.
    
    ## Issues
    
    Please make sure to read the Issue Reporting Checklist before opening an
    issue. Issues not conforming to the guidelines may be closed immediately.
    
    ## License
    
    $(COPYRIGHT_TEXT)
    
    $(COPYRIGHT_URL)
    
    You can also purchase a commercial license.
    
    
    endef