Create new pull request · lucaburger/portfolio
main ← user-patch-1
CONTACT_REQUEST.js
1 // FILE: CONTACT_REQUEST.js
2 // ===================== PLEASE FILL OUT THIS FORM =====================
3
4 /*
5 * TITLE: [Brief, descriptive subject line]
6 */
7 const title = " ";
8
9 /*
10 * BODY: [Detailed message. Who are you? What's this about?]
11 */
12 const message = `
13
14 `;
15
16 /*
17 * YOUR CONTACT INFO: [How I can reply]
18 * @type {string}
19 */
20 const contactInfo = " ";
21
22 // ===================== DO NOT EDIT BELOW THIS LINE =====================
23 module.exports = { title, message, contactInfo };
Pull request successfully created and queued for review.

How to Submit a Pull Request

This form mimics GitHub's pull request process. Just fill in the fields above and click "Create Pull Request".

For non-coders: Don't worry about the code-like format! Just fill in the fields as you would in a normal form.

Your information will be sent via email to info@photofuel.tech, and I will review your "pull request" soon!