Skip to content
This repository was archived by the owner on Jun 27, 2019. It is now read-only.

Some notes for the readme #8

Open
willum070 opened this issue Nov 20, 2014 · 1 comment
Open

Some notes for the readme #8

willum070 opened this issue Nov 20, 2014 · 1 comment

Comments

@willum070
Copy link

Here are some notes from my experience that should be helpful for others. First there was the certificate issue (Windows). Secondly if your CSV does not begin with column names you get a weird error that's hard to troubleshoot (I don't often work with CSV so this eluded me for a bit). Here are my notes:

You may need to mess with the cacert.pem certificate (Windows users).

The first line of the CSV file MUST contain column headers.
This code is set up to process the following:
title,description,assignee_username,label1,label2,label3

Values must reflect valid values as defined in GitHub. For example, assignee_username must ALWAYS contain a valid username.

@jondoig
Copy link

jondoig commented Feb 23, 2016

And another requirement to mention under "Getting Started" is Ruby.

This is not obvious to someone who's never used Ruby.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants