@eagleoutice/flowr-dev
Version:
Static Dataflow Analyzer and Program Slicer for the R Programming Language
8 lines • 470 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.NewQuestionUrl = exports.NewIssueUrl = void 0;
const doc_files_1 = require("./doc-files");
exports.NewIssueUrl = `${doc_files_1.FlowrGithubBaseRef}/flowr/issues/new/choose`;
/** the question issue form, for everything the wiki does not answer */
exports.NewQuestionUrl = `${doc_files_1.FlowrGithubBaseRef}/flowr/issues/new?template=question.yaml`;
//# sourceMappingURL=doc-issue.js.map