Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 1.12 KB

File metadata and controls

24 lines (19 loc) · 1.12 KB

Comments in DIYbiosphere

This repository is used to display comments in the webpages of DIYbiosphere

How to open an Issue

Open an Issue with the title: of the webpage. In the description, add a link back to the webpage

How to enable comments on a webpage

After you created the issue:

  • Go to _data/entry_issue.yml file in the diybiosphere/sphere repository
  • Add the following code:
- page_title: diybiosphere # Title of page (exactly!)
  comments_issue: 2 # issue number for comments in diybiosphere/comments
  edit_issue: 1 # issue number for discussing editing in diybiosphere/sphere
  • Commit and wait for the build to go through Travis. It might take a few minutes

page_title

the page_title: The title of the entry EXACTLY as it appears

edit_issue

Issues in this repository are meant to show in the webpages and discuss the content in the webpage.

To discuss errors or problems or any issue in terms of editing the content in the entry, an issue should be opened in the diybiosphere/sphere repository. NOT HERE.